Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php248 $this->newtag = $this->poly1305($ciphertext);
270 $newtag = $this->poly1305($ciphertext);
499 protected function poly1305($ciphertext) function in phpseclib3\\Crypt\\Salsa20
502 return parent::poly1305($this->aad . $ciphertext);
520 return parent::poly1305(
H A DChaCha20.php135 $this->poly1305($newciphertext);
163 $newtag = $this->poly1305($ciphertext);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1178 $this->newtag = $this->poly1305($ciphertext);
1539 $newtag = $this->poly1305($ciphertext);
3353 protected function poly1305($text) function in phpseclib3\\Crypt\\Common\\SymmetricKey