Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php160 $c->usePoly1305 = false;
205 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
H A DChaCha20.php55 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
127 if (!$this->usePoly1305) {
245 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php571 protected $usePoly1305 = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
745 $this->usePoly1305 = true;
774 $this->usePoly1305 = true;
805 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
1176 $this->usePoly1305 = false;
1560 $this->usePoly1305 = false;
1897 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
1931 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
1935 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
2463 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…