Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c4105 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dsa() local
4145 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dsa()
4146 pkey = param_key; in php_openssl_pkey_init_dsa()
4151 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_dsa()
4159 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dsa()
4325 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dh()
4326 pkey = param_key; in php_openssl_pkey_init_dh()
4339 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dh()
4683 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_ec()
4684 pkey = param_key; in php_openssl_pkey_init_ec()
[all …]

Completed in 20 milliseconds