Home
last modified time | relevance | path

Searched refs:usingGeneratedPoly1305Key (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php91 protected $usingGeneratedPoly1305Key = false; variable in phpseclib3\\Crypt\\Salsa20
212 $this->usingGeneratedPoly1305Key = true;
504 if (!$this->usingGeneratedPoly1305Key) {
H A DChaCha20.php138 $this->newtag = $this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12 ?
160 if ($this->usingGeneratedPoly1305Key && strlen($this->nonce) == 12) {
251 $this->usingGeneratedPoly1305Key = true;