Searched refs:ffdhe_kexch_groups (Results 1 – 1 of 1) sorted by relevance
4871 static int ffdhe_kexch_groups[] = {NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096, variable4930 kexch_groups = ffdhe_kexch_groups; in test_key_exchange()4931 kexch_groups_size = OSSL_NELEM(ffdhe_kexch_groups); in test_key_exchange()5043 numff = OSSL_NELEM(ffdhe_kexch_groups); in set_ssl_groups()5047 kexch_alg = ffdhe_kexch_groups[idx]; in set_ssl_groups()5057 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()5069 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()5112 numff = OSSL_NELEM(ffdhe_kexch_groups); in test_negotiated_group()5125 kexch_alg = ffdhe_kexch_groups[idx]; in test_negotiated_group()5219 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()[all …]