Searched refs:numec (Results 1 – 1 of 1) sorted by relevance
5122 int numec, numff; in set_ssl_groups() local5124 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()5136 numec))) in set_ssl_groups()5148 numec))) in set_ssl_groups()5184 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local5193 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()5195 numgroups = numec + numff; in test_negotiated_group()5200 isecdhe = (idx < numec); in test_negotiated_group()5202 idx -= numec; in test_negotiated_group()
Completed in 27 milliseconds