Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php211 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
253 if (isset($this->poly1305Key)) {
272 if (isset($this->poly1305Key)) {
H A DChaCha20.php60 …(($this->usePoly1305 && !isset($this->poly1305Key) && $this->counter == 0) || $this->counter == 1)…
156 if (isset($this->poly1305Key)) {
250 if ($this->usePoly1305 && !isset($this->poly1305Key)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php601 protected $poly1305Key; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
780 $this->poly1305Key = $key;
1171 if (isset($this->poly1305Key)) {
1173 unset($cipher->poly1305Key);
1532 if ($this->mode == self::MODE_GCM || isset($this->poly1305Key)) {
1537 if (isset($this->poly1305Key)) {
1558 unset($cipher->poly1305Key);
1932 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
2481 …if ($this->usePoly1305 && !isset($this->poly1305Key) && method_exists($this, 'createPoly1305Key'))…
3385 $s = $this->poly1305Key; // strlen($this->poly1305Key) == 32