Lines Matching refs:param_key
4105 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dsa() local
4139 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_dsa()
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()
4278 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dh() local
4319 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_dh()
4325 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dh()
4326 pkey = param_key; in php_openssl_pkey_init_dh()
4331 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_dh()
4339 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dh()
4531 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_ec() local
4674 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_ec()
4678 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_ec()
4683 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_ec()
4684 pkey = param_key; in php_openssl_pkey_init_ec()
4697 EVP_PKEY_free(param_key); in php_openssl_pkey_init_ec()