Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1268 … 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