Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c5689 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local
5700 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()
5701 if (!cipher_type) { in PHP_FUNCTION()
5715 keylen = EVP_CIPHER_key_length(cipher_type); in PHP_FUNCTION()
5779 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local
5800 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()
5801 if (!cipher_type) { in PHP_FUNCTION()
5823 keylen = EVP_CIPHER_key_length(cipher_type); in PHP_FUNCTION()
5874 const EVP_CIPHER *cipher_type; in PHP_FUNCTION() local
5885 cipher_type = EVP_get_cipherbyname(method); in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds