Searched refs:param_key (Results 1 – 1 of 1) sorted by relevance
4077 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dsa() local4117 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dsa()4118 pkey = param_key; in php_openssl_pkey_init_dsa()4131 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dsa()4297 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dh()4298 pkey = param_key; in php_openssl_pkey_init_dh()4311 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dh()4514 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_ec()4517 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_ec()4518 pkey = param_key; in php_openssl_pkey_init_ec()[all …]
Completed in 22 milliseconds