Searched refs:supported_groups_list (Results 1 – 1 of 1) sorted by relevance
1220 PACKET supported_groups_list; in tls_parse_ctos_supported_groups() local1223 if (!PACKET_as_length_prefixed_2(pkt, &supported_groups_list) in tls_parse_ctos_supported_groups()1224 || PACKET_remaining(&supported_groups_list) == 0 in tls_parse_ctos_supported_groups()1225 || (PACKET_remaining(&supported_groups_list) % 2) != 0) { in tls_parse_ctos_supported_groups()1234 if (!tls1_save_u16(&supported_groups_list, in tls_parse_ctos_supported_groups()