Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c5288 int expectednid; in test_negotiated_group() local
5313 expectednid = NID_undef; in test_negotiated_group()
5315 expectednid = kexch_alg; in test_negotiated_group()
5353 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5354 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5379 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5380 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5400 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()
5402 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
5404 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()
[all …]