Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dacvp_test.c340 EVP_PKEY *param_key = NULL; in dsa_paramgen() local
346 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, &param_key))) in dsa_paramgen()
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()
358 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key, 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
378 if (!TEST_ptr(param_key = dsa_paramgen(tst->L, tst->N)) in dsa_keygen_test()
379 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key, in dsa_keygen_test()
[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()
/netbsd-src/crypto/external/bsd/openssl/dist/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);
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1227 char *param_key; in tlsp_client_init() local
1243 param_key = tls_proxy_client_param_serialize(attr_print_plain, param_buf, in tlsp_client_init()
1251 tlsp_pre_jail_client_param_key = mystrdup(param_key); in tlsp_client_init()
1253 } else if (strcmp(tlsp_pre_jail_client_param_key, param_key) != 0 in tlsp_client_init()
1266 && !been_here_fixed(tlsp_params_mismatch_filter, param_key) in tlsp_client_init()
1267 && strcmp(tlsp_pre_jail_client_param_key, param_key) != 0) { in tlsp_client_init()
1269 tlsp_log_config_diff(tlsp_pre_jail_client_param_key, param_key); in tlsp_client_init()