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.c948 static const char group_name[] = "ffdhe2048"; in test_fromdata_dh_named_group() local
956 group_name, 0)) in test_fromdata_dh_named_group()
981 || !TEST_size_t_eq(len, sizeof(group_name) - 1) in test_fromdata_dh_named_group()
986 sizeof(group_name), in test_fromdata_dh_named_group()
988 || !TEST_size_t_eq(len, sizeof(group_name) - 1) in test_fromdata_dh_named_group()
993 sizeof(group_name) - 1, in test_fromdata_dh_named_group()
999 sizeof(group_name) - 2, in test_fromdata_dh_named_group()
1016 || !TEST_str_eq(name_out, group_name) in test_fromdata_dh_named_group()
1162 static const char group_name[] = "ffdhe2048"; in test_fromdata_dh_fips186_4() local
1171 group_name, 0)) in test_fromdata_dh_fips186_4()
[all …]
H A Dacvp_test.c1138 static int dh_create_pkey(EVP_PKEY **pkey, const char *group_name, in dh_create_pkey() argument
1150 || (group_name != NULL in dh_create_pkey()
1153 group_name, 0), 0))) in dh_create_pkey()
1198 (char *)tst->group_name, 0); in dh_safe_prime_keygen_test()
1231 || !TEST_true(dh_create_pkey(&pkey, tst->group_name, in dh_safe_prime_keyver_test()
H A Dsslapitest.c9987 const char *group_name = idx == 0 ? "xorkemgroup" : "xorgroup"; in test_pluggable_group() local
10004 || !TEST_true(SSL_set1_groups_list(clientssl, group_name))) in test_pluggable_group()
10010 if (!TEST_str_eq(group_name, in test_pluggable_group()
10014 if (!TEST_str_eq(group_name, SSL_get0_group_name(serverssl)) in test_pluggable_group()
10015 || !TEST_str_eq(group_name, SSL_get0_group_name(clientssl))) in test_pluggable_group()
H A Dacvp_test.inc1068 const char *group_name;
1072 const char *group_name;
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c983 char *group_name; member
1029 if (gctx->group_name != NULL) in sm2_gen_init()
1031 if ((gctx->group_name = OPENSSL_strdup("sm2")) != NULL) in sm2_gen_init()
1118 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_GROUP_NAME, gctx->group_name); in ec_gen_set_params()
1165 if (gctx->group_name != NULL) { in ec_gen_set_group_from_params()
1167 gctx->group_name, 0)) in ec_gen_set_group_from_params()
1413 OPENSSL_free(gctx->group_name); in ec_gen_cleanup()

Completed in 60 milliseconds