Searched refs:setNonce (Results 1 – 5 of 5) sorted by relevance
3662 $this->decrypt->setNonce(3676 $this->decrypt->setNonce(pack('N2', 0, $this->get_seq_no));3711 $this->hmac_check->setNonce("\0\0\0\0" . pack('N', $this->get_seq_no));3816 $this->lengthDecrypt->setNonce(pack('N2', 0, $this->get_seq_no));4373 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4384 $this->encrypt->setNonce(4400 $this->encrypt->setNonce($nonce);4401 $this->lengthEncrypt->setNonce($nonce);4425 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));5080 $obj->setNonce('dummydummydu');
121 public function setNonce($nonce) function in phpseclib3\\Crypt\\Salsa20
228 public function setNonce($nonce = false) function in phpseclib3\\Crypt\\Hash
183 public function setNonce($nonce) function in phpseclib3\\Crypt\\ChaCha20
785 public function setNonce($nonce) function in phpseclib3\\Crypt\\Common\\SymmetricKey