Searched refs:supported_groups_list (Results 1 – 1 of 1) sorted by relevance
937 PACKET supported_groups_list; in tls_parse_ctos_supported_groups() local940 if (!PACKET_as_length_prefixed_2(pkt, &supported_groups_list) in tls_parse_ctos_supported_groups()941 || PACKET_remaining(&supported_groups_list) == 0 in tls_parse_ctos_supported_groups()942 || (PACKET_remaining(&supported_groups_list) % 2) != 0) { in tls_parse_ctos_supported_groups()951 if (!tls1_save_u16(&supported_groups_list, in tls_parse_ctos_supported_groups()
Completed in 10 milliseconds