Lines Matching defs:group
19 * protocol version, 2 bytes for group id, 2 bytes for cipher id, 1 byte for
634 * If we sent an HRR then the key_share sent back MUST be for the group
650 /* Check if this share is for a group we can use */
654 * We tolerate but ignore a group id that we don't think is
670 /* Cache the selected group ID in the SSL_SESSION */
793 * We chose a different cipher or group id this time around to what is
899 /* Each group is 2 bytes and we must have at least 1. */
1353 /* Copy group ID if supported */
1356 uint16_t group = groups[i];
1358 if (tls_valid_group(s, group, version, version, 0, NULL)
1359 && tls_group_allowed(s, group, SSL_SECOP_CURVE_SUPPORTED)) {
1362 * Check if the client is already using our preferred group. If
1365 if (s->s3.group_id == group)
1379 if (!WPACKET_put_bytes_u16(pkt, group)) {