Searched refs:ecdhe_kexch_groups (Results 1 – 1 of 1) sorted by relevance
4940 static int ecdhe_kexch_groups[] = {NID_X9_62_prime256v1, NID_secp384r1, variable4970 kexch_groups = ecdhe_kexch_groups; in test_key_exchange()4971 kexch_groups_size = OSSL_NELEM(ecdhe_kexch_groups); in test_key_exchange()5124 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()5127 kexch_alg = ecdhe_kexch_groups[idx]; in set_ssl_groups()5135 if (!TEST_true(SSL_set1_groups(clientssl, ecdhe_kexch_groups, in set_ssl_groups()5147 if (!TEST_true(SSL_set1_groups(serverssl, ecdhe_kexch_groups, in set_ssl_groups()5193 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()5205 kexch_alg = ecdhe_kexch_groups[idx]; in test_negotiated_group()5299 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()[all …]
Completed in 31 milliseconds