Home
last modified time | relevance | path

Searched refs:usesNonce (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php98 public function usesNonce() function in phpseclib3\\Crypt\\Salsa20
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2034 if (!$this->encrypt->usesNonce()) {
2053 if (!$this->decrypt->usesNonce()) {
4198 if ($this->encrypt && $this->encrypt->usesNonce()) {
4206 case $this->encrypt && $this->encrypt->usesNonce():
4281 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php838 public function usesNonce() function in phpseclib3\\Crypt\\Common\\SymmetricKey
2488 if ($this->usesNonce()) {