Lines Matching defs:groups
139 /* Legacy NID to group_id mapping. Only works for groups we know about */
459 * work for groups we don't know about.
477 * work for groups we don't know about.
489 * Set *pgroups to the supported groups list and *pgroupslen to
490 * the number of groups supported.
626 * If server preference set, our groups are the preference order
654 int *groups, size_t ngroups)
659 * Bitmap of groups included to detect duplicates: two variables are added
677 id = tls1_nid2group_id(groups[i]);
741 /* Set groups based on a colon separated list */
781 const uint16_t *groups;
805 tls1_get_supported_groups(s, &groups, &groups_len);
806 if (!tls1_in_list(group_id, groups, groups_len))
818 tls1_get_peer_groups(s, &groups, &groups_len);
823 * It is invalid to send an empty list in the supported groups
828 return tls1_in_list(group_id, groups, groups_len);
928 * groups.