Searched refs:poly1305Key (Results 1 – 3 of 3) sorted by relevance
205 if ($this->usePoly1305 && !isset($this->poly1305Key)) {247 if (isset($this->poly1305Key)) {266 if (isset($this->poly1305Key)) {
55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…151 if (isset($this->poly1305Key)) {245 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
562 protected $poly1305Key; variable in phpseclib3\\Crypt\\Common\\SymmetricKey773 $this->poly1305Key = $key;1173 if (isset($this->poly1305Key)) {1175 unset($cipher->poly1305Key);1533 if ($this->mode == self::MODE_GCM || isset($this->poly1305Key)) {1538 if (isset($this->poly1305Key)) {1559 unset($cipher->poly1305Key);1931 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…2463 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…3355 $s = $this->poly1305Key; // strlen($this->poly1305Key) == 32