Searched refs:param_key (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | acvp_test.c | 524 EVP_PKEY *param_key = NULL; in dsa_paramgen() local 533 return param_key; in dsa_paramgen() 538 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen() local 541 if (!TEST_ptr(param_key = dsa_paramgen(L, N)) in dsa_keygen() 548 EVP_PKEY_free(param_key); in dsa_keygen() 557 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local 588 EVP_PKEY_free(param_key); in dsa_keygen_test() 599 EVP_PKEY *param_key = NULL; in dsa_paramgen_test() local 637 EVP_PKEY_free(param_key); in dsa_paramgen_test() 719 EVP_PKEY *param_key = NULL; in dsa_pqver_test() local [all …]
|
H A D | dsatest.c | 152 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local 261 || !TEST_int_gt(EVP_PKEY_generate(pg_ctx, ¶m_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()
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-DSA.pod | 75 EVP_PKEY *param_key = NULL; 88 EVP_PKEY_generate(pctx, ¶m_key); 91 EVP_PKEY_print_params(bio_out, param_key, 0, NULL); 98 gctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL);
|
H A D | EVP_PKEY-DH.pod | 203 EVP_PKEY *param_key = NULL; 217 EVP_PKEY_generate(pctx, ¶m_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);
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 262 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() 487 OSSL_PARAM_construct_uint(translation->param_key, in default_fixup_args() 498 OSSL_PARAM_construct_utf8_ptr(translation->param_key, in default_fixup_args() 2659 } else if (tmpl->param_key != NULL) { in lookup_translation() 2678 || (item->param_key != NULL in lookup_translation() 2679 && OPENSSL_strcasecmp(tmpl->param_key, in lookup_translation() 2680 item->param_key) != 0)) in lookup_translation() 2855 tmpl.param_key = params->key; in evp_pkey_ctx_setget_params_to_ctrl() [all …]
|
Completed in 20 milliseconds