Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c1090 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo);
1175 const EVP_CIPHER* cipher = php_openssl_get_evp_cipher_from_algo(cipher_algo); in php_openssl_parse_config()
1361 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() function
5253 cipher = php_openssl_get_evp_cipher_from_algo(cipherid); in PHP_FUNCTION()

Completed in 19 milliseconds