Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c4837 int expectednid; in test_negotiated_group() local
4862 expectednid = NID_undef; in test_negotiated_group()
4864 expectednid = kexch_alg; in test_negotiated_group()
4901 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
4927 if (!TEST_uint_eq(SSL_get_negotiated_group(clientssl), expectednid) in test_negotiated_group()
4948 expectednid = ecdhe_kexch_groups[idx]; in test_negotiated_group()
4950 expectednid = ffdhe_kexch_groups[idx]; in test_negotiated_group()
4952 if (!TEST_int_ne(expectednid, kexch_alg)) in test_negotiated_group()
4957 expectednid = kexch_alg; in test_negotiated_group()
4959 expectednid = 0; in test_negotiated_group()
[all …]

Completed in 50 milliseconds