Searched refs:numec (Results 1 – 1 of 1) sorted by relevance
5409 int numec, numff; in set_ssl_groups() local5411 numec = OSSL_NELEM(ecdhe_kexch_groups); in set_ssl_groups()5423 numec))) in set_ssl_groups()5435 numec))) in set_ssl_groups()5471 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local5480 numec = OSSL_NELEM(ecdhe_kexch_groups); in test_negotiated_group()5482 numgroups = numec + numff; in test_negotiated_group()5487 isecdhe = (idx < numec); in test_negotiated_group()5489 idx -= numec; in test_negotiated_group()