Searched refs:expectednid (Results 1 – 1 of 1) sorted by relevance
5185 int expectednid; in test_negotiated_group() local5210 expectednid = NID_undef; in test_negotiated_group()5212 expectednid = kexch_alg; in test_negotiated_group()5252 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()5278 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()5299 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()5301 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()5303 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()5308 expectednid = kexch_alg; in test_negotiated_group()5310 expectednid = 0; in test_negotiated_group()[all …]
Completed in 30 milliseconds