Searched refs:usesNonce (Results 1 – 3 of 3) sorted by relevance
92 public function usesNonce() function in phpseclib3\\Crypt\\Salsa20
2062 if (!$this->encrypt->usesNonce()) {2081 if (!$this->decrypt->usesNonce()) {4351 if ($this->encrypt && $this->encrypt->usesNonce()) {4359 case $this->encrypt && $this->encrypt->usesNonce():4434 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;
827 public function usesNonce() function in phpseclib3\\Crypt\\Common\\SymmetricKey2470 if ($this->usesNonce()) {