Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php166 $c->usePoly1305 = false;
211 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
H A DChaCha20.php60 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
132 if (!$this->usePoly1305) {
250 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php611 protected $usePoly1305 = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
751 $this->usePoly1305 = true;
781 $this->usePoly1305 = true;
814 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
1174 $this->usePoly1305 = false;
1559 $this->usePoly1305 = false;
1897 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
1932 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
1936 if ($this->mode != self::MODE_GCM && !$this->usePoly1305) {
2481 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…