Home
last modified time | relevance | path

Searched refs:poly1305Key (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php205 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
247 if (isset($this->poly1305Key)) {
266 if (isset($this->poly1305Key)) {
H A DChaCha20.php55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
151 if (isset($this->poly1305Key)) {
245 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php562 protected $poly1305Key; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
773 $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