Searched refs:debuffer (Results 1 – 3 of 3) sorted by relevance
77 protected $debuffer; variable in phpseclib3\\Crypt\\Salsa20199 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];342 $buffer = &$this->debuffer;
238 $this->enbuffer = $this->debuffer = ['ciphertext' => '', 'counter' => $this->counter];
298 protected $debuffer; variable in phpseclib3\\Crypt\\Common\\SymmetricKey1584 … $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' …