Searched refs:debuffer (Results 1 – 3 of 3) sorted by relevance
71 protected $debuffer; variable in phpseclib3\\Crypt\\Salsa20193 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];336 $buffer = &$this->debuffer;
233 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
278 protected $debuffer; variable in phpseclib3\\Crypt\\Common\\SymmetricKey1585 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer);1593 $pos = &$this->debuffer['pos'];1658 … $plaintext = $this->openssl_ofb_process($ciphertext, $this->decryptIV, $this->debuffer);1675 $pos = &$this->debuffer['pos'];1731 $buffer = &$this->debuffer;2467 …$this->enbuffer = $this->debuffer = ['ciphertext' => '', 'xor' => '', 'pos' => 0, 'enmcrypt_init' …