Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php77 protected $debuffer; variable in phpseclib3\\Crypt\\Salsa20
199 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
342 $buffer = &$this->debuffer;
H A DChaCha20.php238 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php298 protected $debuffer; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1584 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer);
1657 … $plaintext = $this->openssl_ofb_process($ciphertext, $this->decryptIV, $this->debuffer);
1674 $pos = &$this->debuffer['pos'];
1730 $buffer = &$this->debuffer;
2485 …$this->enbuffer = $this->debuffer = ['ciphertext' => '', 'xor' => '', 'pos' => 0, 'enmcrypt_init' …