Home
last modified time | relevance | path

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

/openssl-master/doc/man7/
A DEVP_PKEY-DSA.pod44 EVP_PKEY *param_key = NULL;
57 EVP_PKEY_generate(pctx, &param_key);
60 EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
67 gctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL);
A DEVP_PKEY-DH.pod168 EVP_PKEY *param_key = NULL;
182 EVP_PKEY_generate(pctx, &param_key);
184 EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
186 EVP_PKEY_free(param_key);
192 EVP_PKEY_CTX *gctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL);
/openssl-master/test/
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()
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 …]
/openssl-master/crypto/evp/
A Dctrl_params_translate.c264 const char *param_key; /* The corresponding OSSL_PARAM key */ member
303 if (!ossl_assert(translation->param_key != 0) in default_check()
321 if (!ossl_assert(translation->param_key != NULL) in default_check()
491 OSSL_PARAM_construct_uint(translation->param_key, in default_fixup_args()
502 OSSL_PARAM_construct_utf8_ptr(translation->param_key, in default_fixup_args()
512 OSSL_PARAM_construct_octet_ptr(translation->param_key, in default_fixup_args()
2470 } else if (tmpl->param_key != NULL) { in lookup_translation()
2489 || (item->param_key != NULL in lookup_translation()
2490 && strcasecmp(tmpl->param_key, item->param_key) != 0)) in lookup_translation()
2665 tmpl.param_key = params->key; in evp_pkey_ctx_setget_params_to_ctrl()
[all …]

Completed in 13 milliseconds