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
1200 … return $this->openssl_ctr_process($plaintext, $this->encryptIV, $this->enbuffer);
1207 $pos = &$this->enbuffer['pos'];
1275 … return $this->openssl_ofb_process($plaintext, $this->encryptIV, $this->enbuffer);
1293 $pos = &$this->enbuffer['pos'];
1311 $this->enbuffer['enmcrypt_init'] = true;
1314 if ($this->enbuffer['enmcrypt_init'] === false || $len > $this->cfb_init_len) {
1315 if ($this->enbuffer['enmcrypt_init'] === true) {
1317 $this->enbuffer['enmcrypt_init'] = false;
1361 $buffer = &$this->enbuffer;
[all …]