Searched refs:usePoly1305 (Results 1 – 3 of 3) sorted by relevance
160 $c->usePoly1305 = false;205 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…127 if (!$this->usePoly1305) {245 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
571 protected $usePoly1305 = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey750 $this->usePoly1305 = true;779 $this->usePoly1305 = true;810 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {1181 $this->usePoly1305 = false;1565 $this->usePoly1305 = false;1902 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {1936 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…1940 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {2468 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…