Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c856 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(long algo);
914 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config()
1084 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() function
4289 cipher = php_openssl_get_evp_cipher_from_algo(cipherid); in PHP_FUNCTION()

Completed in 20 milliseconds