Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c4811 static int ffdhe_kexch_groups[] = {NID_ffdhe2048, NID_ffdhe3072, NID_ffdhe4096, variable
4866 kexch_groups = ffdhe_kexch_groups; in test_key_exchange()
4867 kexch_groups_size = OSSL_NELEM(ffdhe_kexch_groups); in test_key_exchange()
4979 numff = OSSL_NELEM(ffdhe_kexch_groups); in set_ssl_groups()
4983 kexch_alg = ffdhe_kexch_groups[idx]; in set_ssl_groups()
4993 if (!TEST_true(SSL_set1_groups(clientssl, ffdhe_kexch_groups, in set_ssl_groups()
5005 if (!TEST_true(SSL_set1_groups(serverssl, ffdhe_kexch_groups, in set_ssl_groups()
5048 numff = OSSL_NELEM(ffdhe_kexch_groups); in test_negotiated_group()
5057 /* Now 'idx' is an index into ecdhe_kexch_groups or ffdhe_kexch_groups */ in test_negotiated_group()
5061 kexch_alg = ffdhe_kexch_groups[id in test_negotiated_group()
[all...]

Completed in 8 milliseconds