Searched refs:ffdhe_kexch_groups (Results 1 – 1 of 1) sorted by relevance
4972 static int ffdhe_kexch_groups[] = { NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096, variable5035 kexch_groups = ffdhe_kexch_groups; in test_key_exchange()5036 kexch_groups_size = OSSL_NELEM(ffdhe_kexch_groups); in test_key_exchange()5228 numff = OSSL_NELEM(ffdhe_kexch_groups); in set_ssl_groups()5232 kexch_alg = ffdhe_kexch_groups[idx]; in set_ssl_groups()5242 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()5254 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()5297 numff = OSSL_NELEM(ffdhe_kexch_groups); in test_negotiated_group()5310 kexch_alg = ffdhe_kexch_groups[idx]; in test_negotiated_group()5402 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()[all …]