Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c4948 static int ffdhe_kexch_groups[] = {NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096, variable
5009 kexch_groups = ffdhe_kexch_groups; in test_key_exchange()
5010 kexch_groups_size = OSSL_NELEM(ffdhe_kexch_groups); in test_key_exchange()
5125 numff = OSSL_NELEM(ffdhe_kexch_groups); in set_ssl_groups()
5129 kexch_alg = ffdhe_kexch_groups[idx]; in set_ssl_groups()
5139 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()
5151 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()
5194 numff = OSSL_NELEM(ffdhe_kexch_groups); in test_negotiated_group()
5207 kexch_alg = ffdhe_kexch_groups[idx]; in test_negotiated_group()
5301 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
[all …]

Completed in 29 milliseconds