Searched refs:openssl_translate_mode (Results 1 – 6 of 6) sorted by relevance
180 $mode = $this->openssl_translate_mode();
282 $this->cipher_name_openssl = 'rc2-' . $this->openssl_translate_mode();
604 $this->cipher_name_openssl = 'des-' . $this->openssl_translate_mode();
293 …s->cipher_name_openssl = 'aes-' . ($this->key_length << 3) . '-' . $this->openssl_translate_mode();
388 $this->cipher_name_openssl = 'bf-' . $this->openssl_translate_mode();
2108 protected function openssl_translate_mode() function in phpseclib3\\Crypt\\Common\\SymmetricKey