Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/test/
H A Dacvp_test.c340 EVP_PKEY *param_key = NULL; in dsa_paramgen() local
349 return param_key; in dsa_paramgen()
354 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen() local
357 if (!TEST_ptr(param_key = dsa_paramgen(L, N)) in dsa_keygen()
364 EVP_PKEY_free(param_key); in dsa_keygen()
373 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local
402 EVP_PKEY_free(param_key); in dsa_keygen_test()
413 EVP_PKEY *param_key = NULL; in dsa_paramgen_test() local
443 EVP_PKEY_free(param_key); in dsa_paramgen_test()
525 EVP_PKEY *param_key = NULL; in dsa_pqver_test() local
[all …]
H A Ddsatest.c152 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local
261 || !TEST_int_gt(EVP_PKEY_generate(pg_ctx, &param_key), 0) in dsa_keygen_test()
262 || !TEST_ptr(kg_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL)) in dsa_keygen_test()
300 EVP_PKEY_free(param_key); in dsa_keygen_test()
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod60 EVP_PKEY *param_key = NULL;
73 EVP_PKEY_generate(pctx, &param_key);
76 EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
83 gctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL);
H A DEVP_PKEY-DH.pod203 EVP_PKEY *param_key = NULL;
217 EVP_PKEY_generate(pctx, &param_key);
219 EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
221 EVP_PKEY_free(param_key);
227 EVP_PKEY_CTX *gctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL);
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c262 const char *param_key; /* The corresponding OSSL_PARAM key */ member
301 if (!ossl_assert(translation->param_key != 0) in default_check()
319 if (!ossl_assert(translation->param_key != NULL) in default_check()
489 OSSL_PARAM_construct_uint(translation->param_key, in default_fixup_args()
500 OSSL_PARAM_construct_utf8_ptr(translation->param_key, in default_fixup_args()
2591 } else if (tmpl->param_key != NULL) { in lookup_translation()
2610 || (item->param_key != NULL in lookup_translation()
2611 && OPENSSL_strcasecmp(tmpl->param_key, in lookup_translation()
2612 item->param_key) != 0)) in lookup_translation()
2787 tmpl.param_key = params->key; in evp_pkey_ctx_setget_params_to_ctrl()
[all …]