Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php168 $this->setPoly1305Key(substr($block, 0, 32));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3508 $this->decrypt->setPoly1305Key(
4256 $this->encrypt->setPoly1305Key(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php765 public function setPoly1305Key($key = null) function in phpseclib3\\Crypt\\Common\\SymmetricKey