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
778 $this->poly1305Key = $key;
1178 if (isset($this->poly1305Key)) {
1180 unset($cipher->poly1305Key);
1538 if ($this->mode == self::MODE_GCM || isset($this->poly1305Key)) {
1543 if (isset($this->poly1305Key)) {
1564 unset($cipher->poly1305Key);
1936 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
2468 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
3360 $s = $this->poly1305Key; // strlen($this->poly1305Key) == 32