Searched refs:openssl_ofb_process (Results 1 – 1 of 1) sorted by relevance
1268 … return $this->openssl_ofb_process($plaintext, $this->encryptIV, $this->enbuffer);1657 … $plaintext = $this->openssl_ofb_process($ciphertext, $this->decryptIV, $this->debuffer);2067 private function openssl_ofb_process($plaintext, &$encryptIV, &$buffer) function in phpseclib3\\Crypt\\Common\\SymmetricKey