Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_pkey_provided_test.c545 static const char group_name[] = "ffdhe2048"; in test_fromdata_dh_named_group() local
553 group_name, 0)) in test_fromdata_dh_named_group()
578 || !TEST_size_t_eq(len, sizeof(group_name) - 1) in test_fromdata_dh_named_group()
583 sizeof(group_name), in test_fromdata_dh_named_group()
585 || !TEST_size_t_eq(len, sizeof(group_name) - 1) in test_fromdata_dh_named_group()
590 sizeof(group_name) - 1, in test_fromdata_dh_named_group()
596 sizeof(group_name) - 2, in test_fromdata_dh_named_group()
613 || !TEST_str_eq(name_out, group_name) in test_fromdata_dh_named_group()
756 static const char group_name[] = "ffdhe2048"; in test_fromdata_dh_fips186_4() local
765 group_name, 0)) in test_fromdata_dh_fips186_4()
[all …]
H A Dacvp_test.c894 static int dh_create_pkey(EVP_PKEY **pkey, const char *group_name, in dh_create_pkey() argument
906 || (group_name != NULL in dh_create_pkey()
909 group_name, 0), 0))) in dh_create_pkey()
954 (char *)tst->group_name, 0); in dh_safe_prime_keygen_test()
987 || !TEST_true(dh_create_pkey(&pkey, tst->group_name, in dh_safe_prime_keyver_test()
H A Dsslapitest.c9030 const char *group_name = idx == 0 ? "xorgroup" : "xorkemgroup"; in test_pluggable_group() local
9053 if (!TEST_true(SSL_set1_groups_list(serverssl, group_name)) in test_pluggable_group()
9054 || !TEST_true(SSL_set1_groups_list(clientssl, group_name))) in test_pluggable_group()
9060 if (!TEST_str_eq(group_name, in test_pluggable_group()
H A Dacvp_test.inc918 const char *group_name;
922 const char *group_name;
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c973 char *group_name; member
1015 if (gctx->group_name != NULL) in sm2_gen_init()
1017 if ((gctx->group_name = OPENSSL_strdup("sm2")) != NULL) in sm2_gen_init()
1101 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_GROUP_NAME, gctx->group_name); in ec_gen_set_params()
1145 if (gctx->group_name != NULL) { in ec_gen_set_group_from_params()
1147 gctx->group_name, 0)) in ec_gen_set_group_from_params()
1350 OPENSSL_free(gctx->group_name); in ec_gen_cleanup()

Completed in 61 milliseconds