Searched refs:poly1305 (Results 1 – 3 of 3) sorted by relevance
248 $this->newtag = $this->poly1305($ciphertext);270 $newtag = $this->poly1305($ciphertext);499 protected function poly1305($ciphertext) function in phpseclib3\\Crypt\\Salsa20502 return parent::poly1305($this->aad . $ciphertext);520 return parent::poly1305(
135 $this->poly1305($newciphertext);163 $newtag = $this->poly1305($ciphertext);
1178 $this->newtag = $this->poly1305($ciphertext);1539 $newtag = $this->poly1305($ciphertext);3353 protected function poly1305($text) function in phpseclib3\\Crypt\\Common\\SymmetricKey