Lines Matching refs:param_key
4077 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dsa() local
4111 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_dsa()
4117 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dsa()
4118 pkey = param_key; in php_openssl_pkey_init_dsa()
4123 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_dsa()
4131 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dsa()
4250 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_dh() local
4291 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_dh()
4297 EVP_PKEY_up_ref(param_key); in php_openssl_pkey_init_dh()
4298 pkey = param_key; in php_openssl_pkey_init_dh()
4303 ctx = EVP_PKEY_CTX_new(param_key, NULL); in php_openssl_pkey_init_dh()
4311 EVP_PKEY_free(param_key); in php_openssl_pkey_init_dh()
4452 EVP_PKEY *param_key = NULL, *pkey = NULL; in php_openssl_pkey_init_ec() local
4509 EVP_PKEY_fromdata(ctx, ¶m_key, EVP_PKEY_KEYPAIR, params) <= 0) { in php_openssl_pkey_init_ec()
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()
4529 EVP_PKEY_free(param_key); in php_openssl_pkey_init_ec()