Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c5040 int numec, numff; in set_ssl_groups() local
5042 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()
5054 numec))) in set_ssl_groups()
5066 numec))) in set_ssl_groups()
5102 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local
5111 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()
5113 numgroups = numec + numff; in test_negotiated_group()
5118 isecdhe = (idx < numec); in test_negotiated_group()
5120 idx -= numec; in test_negotiated_group()