Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c4807 static int ecdhe_kexch_groups[] = {NID_X9_62_prime256v1, NID_secp384r1, variable
4833 kexch_groups = ecdhe_kexch_groups; in test_key_exchange()
4834 kexch_groups_size = OSSL_NELEM(ecdhe_kexch_groups); in test_key_exchange()
4978 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()
4981 kexch_alg = ecdhe_kexch_groups[idx]; in set_ssl_groups()
4989 if (!TEST_true(SSL_set1_groups(clientssl, ecdhe_kexch_groups, in set_ssl_groups()
5001 if (!TEST_true(SSL_set1_groups(serverssl, ecdhe_kexch_groups, in set_ssl_groups()
5047 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()
5057 /* Now 'idx' is an index into ecdhe_kexch_groups or ffdhe_kexch_groups */ in test_negotiated_group()
5059 kexch_alg = ecdhe_kexch_groups[id in test_negotiated_group()
[all...]

Completed in 10 milliseconds