Searched refs:usesNonce (Results 1 – 3 of 3) sorted by relevance
92 public function usesNonce() function in phpseclib3\\Crypt\\Salsa20
2067 if (!$this->encrypt->usesNonce()) {2086 if (!$this->decrypt->usesNonce()) {4418 if ($this->encrypt && $this->encrypt->usesNonce()) {4426 case $this->encrypt && $this->encrypt->usesNonce():4501 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;
832 public function usesNonce() function in phpseclib3\\Crypt\\Common\\SymmetricKey2475 if ($this->usesNonce()) {