Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php64 protected $enbuffer; variable in phpseclib3\\Crypt\\Salsa20
193 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
334 $buffer = &$this->enbuffer;
H A DChaCha20.php233 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php269 protected $enbuffer; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
1195 … return $this->openssl_ctr_process($plaintext, $this->encryptIV, $this->enbuffer);
1202 $pos = &$this->enbuffer['pos'];
1270 … return $this->openssl_ofb_process($plaintext, $this->encryptIV, $this->enbuffer);
1288 $pos = &$this->enbuffer['pos'];
1306 $this->enbuffer['enmcrypt_init'] = true;
1309 if ($this->enbuffer['enmcrypt_init'] === false || $len > $this->cfb_init_len) {
1310 if ($this->enbuffer['enmcrypt_init'] === true) {
1312 $this->enbuffer['enmcrypt_init'] = false;
1356 $buffer = &$this->enbuffer;
[all …]