Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php70 protected $enbuffer; variable in phpseclib3\\Crypt\\Salsa20
199 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
340 $buffer = &$this->enbuffer;
H A DChaCha20.php238 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php288 protected $enbuffer; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1193 … return $this->openssl_ctr_process($plaintext, $this->encryptIV, $this->enbuffer);
1200 $pos = &$this->enbuffer['pos'];
1268 … return $this->openssl_ofb_process($plaintext, $this->encryptIV, $this->enbuffer);
1286 $pos = &$this->enbuffer['pos'];
1304 $this->enbuffer['enmcrypt_init'] = true;
1307 if ($this->enbuffer['enmcrypt_init'] === false || $len > $this->cfb_init_len) {
1308 if ($this->enbuffer['enmcrypt_init'] === true) {
1310 $this->enbuffer['enmcrypt_init'] = false;
1354 $buffer = &$this->enbuffer;
[all …]