Lines Matching refs:expectednid
5103 int expectednid; in test_negotiated_group() local
5128 expectednid = NID_undef; in test_negotiated_group()
5130 expectednid = kexch_alg; in test_negotiated_group()
5170 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5171 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5196 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5197 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()
5217 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()
5219 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
5221 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()
5226 expectednid = kexch_alg; in test_negotiated_group()
5228 expectednid = 0; in test_negotiated_group()
5242 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
5243 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()