Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c4609 static int ffdhe_kexch_groups[] = {NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096, variable
4664 kexch_groups = ffdhe_kexch_groups; in test_key_exchange()
4665 kexch_groups_size = OSSL_NELEM(ffdhe_kexch_groups); in test_key_exchange()
4777 numff = OSSL_NELEM(ffdhe_kexch_groups); in set_ssl_groups()
4781 kexch_alg = ffdhe_kexch_groups[idx]; in set_ssl_groups()
4791 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()
4803 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()
4846 numff = OSSL_NELEM(ffdhe_kexch_groups); in test_negotiated_group()
4859 kexch_alg = ffdhe_kexch_groups[idx]; in test_negotiated_group()
4950 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
[all …]

Completed in 32 milliseconds