Home
last modified time | relevance | path

Searched refs:numec (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dsslapitest.c4976 int numec, numff; in set_ssl_groups() local
4978 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()
4990 numec))) in set_ssl_groups()
5002 numec))) in set_ssl_groups()
5038 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local
5047 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()
5049 numgroups = numec + numff; in test_negotiated_group()
5054 isecdhe = (idx < numec); in test_negotiated_group()
5056 idx -= numec; in test_negotiated_group()

Completed in 13 milliseconds