Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1193 … return $this->openssl_ctr_process($plaintext, $this->encryptIV, $this->enbuffer);
1584 … $plaintext = $this->openssl_ctr_process($ciphertext, $this->decryptIV, $this->debuffer);
1979 private function openssl_ctr_process($plaintext, &$encryptIV, &$buffer) function in phpseclib3\\Crypt\\Common\\SymmetricKey