Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c5039 int expectednid; in test_negotiated_group() local
5064 expectednid = NID_undef; in test_negotiated_group()
5066 expectednid = kexch_alg; in test_negotiated_group()
5103 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5104 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5129 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5130 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5150 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()
5152 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
5154 if (!TEST_int_ne(expectednid, kexch_al in test_negotiated_group()
[all...]

Completed in 9 milliseconds