Lines Matching refs:group
342 * successfully processed this group, even though we may decide not to use
362 /* We have a match - so we will use this group */
566 /* See if group is allowed by security callback */
567 int tls_group_allowed(SSL *s, uint16_t group, int op)
569 const TLS_GROUP_INFO *ginfo = tls1_group_id_lookup(s->ctx, group);
575 gtmp[0] = group >> 8;
576 gtmp[1] = group & 0xff;
592 * For nmatch >= 0, return the id of the |nmatch|th shared group or 0
595 * For nmatch == -2, return the id of the group to use for
731 "group '%s' cannot be set", etmp);
778 /* Check a group id matches preferences */
804 /* Check group is one of our preferences */
817 /* Check group is one of peers preferences */
898 /* Return group id of a key */
968 /* If not Suite B just need a shared group */