Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php192 $mode = $this->openssl_translate_mode();
H A DBlowfish.php343 $this->cipher_name_openssl = 'bf-' . $this->openssl_translate_mode();
H A DRC2.php302 $this->cipher_name_openssl = 'rc2-' . $this->openssl_translate_mode();
H A DDES.php617 $this->cipher_name_openssl = 'des-' . $this->openssl_translate_mode();
H A DRijndael.php311 …s->cipher_name_openssl = 'aes-' . ($this->key_length << 3) . '-' . $this->openssl_translate_mode();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php2113 protected function openssl_translate_mode() function in phpseclib3\\Crypt\\Common\\SymmetricKey