Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php117 $this->cipher_name_openssl = 'rc4-40';
H A DBase.php
H A DTripleDES.php181 $this->cipher_name_openssl = $mode == 'ecb' ? 'des-ede3' : 'des-ede3-' . $mode;
H A DRC2.php282 $this->cipher_name_openssl = 'rc2-' . $this->openssl_translate_mode();
H A DDES.php604 $this->cipher_name_openssl = 'des-' . $this->openssl_translate_mode();
H A DRijndael.php293 $this->cipher_name_openssl = 'aes-' . ($this->key_length << 3) . '-' . $this->openssl_translate_mode();
H A DBlowfish.php409 $this->cipher_name_openssl = 'bf-' . $this->openssl_translate_mode();