Searched refs:numgroups (Results 1 – 2 of 2) sorted by relevance
1387 size_t numgroups, i, first = 1; in tls_construct_stoc_supported_groups() local1395 tls1_get_supported_groups(s, &groups, &numgroups); in tls_construct_stoc_supported_groups()1396 if (numgroups == 0) { in tls_construct_stoc_supported_groups()1403 for (i = 0; i < numgroups; i++) { in tls_construct_stoc_supported_groups()
5184 int clientmulti, istls13, isecdhe, numec, numff, numgroups; in test_negotiated_group() local5195 numgroups = numec + numff; in test_negotiated_group()5196 clientmulti = (idx < 2 * numgroups); in test_negotiated_group()5197 idx = idx % (2 * numgroups); in test_negotiated_group()5198 istls13 = (idx < numgroups); in test_negotiated_group()5199 idx = idx % numgroups; in test_negotiated_group()
Completed in 50 milliseconds