Searched refs:setNonce (Results 1 – 5 of 5) sorted by relevance
3691 $this->decrypt->setNonce(3705 $this->decrypt->setNonce(pack('N2', 0, $this->get_seq_no));3740 $this->hmac_check->setNonce("\0\0\0\0" . pack('N', $this->get_seq_no));3844 $this->lengthDecrypt->setNonce(pack('N2', 0, $this->get_seq_no));4440 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4451 $this->encrypt->setNonce(4467 $this->encrypt->setNonce($nonce);4468 $this->lengthEncrypt->setNonce($nonce);4492 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));5144 $obj->setNonce('dummydummydu');
121 public function setNonce($nonce) function in phpseclib3\\Crypt\\Salsa20
237 public function setNonce($nonce = false) function in phpseclib3\\Crypt\\Hash
183 public function setNonce($nonce) function in phpseclib3\\Crypt\\ChaCha20
790 public function setNonce($nonce) function in phpseclib3\\Crypt\\Common\\SymmetricKey