Searched refs:expectednid (Results 1 – 1 of 1) sorted by relevance
5472 int expectednid; in test_negotiated_group() local5497 expectednid = NID_undef; in test_negotiated_group()5499 expectednid = kexch_alg; in test_negotiated_group()5537 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()5538 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()5563 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()5564 || !TEST_uint_eq(SSL_get_negotiated_group(serverssl), expectednid)) in test_negotiated_group()5584 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()5586 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()5588 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()[all …]