Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php254 $this->newtag = $this->poly1305($ciphertext);
276 $newtag = $this->poly1305($ciphertext);
502 protected function poly1305($ciphertext) function in phpseclib3\\Crypt\\Salsa20
505 return parent::poly1305($this->aad . $ciphertext);
523 return parent::poly1305(
H A DChaCha20.php140 $this->poly1305($newciphertext);
168 $newtag = $this->poly1305($ciphertext);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1176 $this->newtag = $this->poly1305($ciphertext);
1538 $newtag = $this->poly1305($ciphertext);
3383 protected function poly1305($text) function in phpseclib3\\Crypt\\Common\\SymmetricKey