Searched refs:param_key (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | acvp_test.c | 340 EVP_PKEY *param_key = NULL; in dsa_paramgen() local 346 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, ¶m_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 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_PKEY-DSA.pod | 60 EVP_PKEY *param_key = NULL; 73 EVP_PKEY_generate(pctx, ¶m_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 D | tlsproxy.c | 1227 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()
|