Lines Matching refs:pgroups
144 const uint16_t *pgroups = NULL; in use_ecc() local
171 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
173 uint16_t ctmp = pgroups[j]; in use_ecc()
218 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local
239 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
251 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups()
691 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local
704 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
714 if (!tls_group_allowed(s, pgroups[i], SSL_SECOP_CURVE_SUPPORTED)) in tls_construct_ctos_key_share()
717 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
721 curve_id = pgroups[i]; in tls_construct_ctos_key_share()
1852 const uint16_t *pgroups = NULL; in tls_parse_stoc_key_share() local
1870 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_parse_stoc_key_share()
1872 if (group_id == pgroups[i]) in tls_parse_stoc_key_share()