Searched refs:supported_comp_algs (Results 1 – 1 of 1) sorted by relevance
1807 PACKET supported_comp_algs; in tls_parse_compress_certificate() local1826 if (!PACKET_as_length_prefixed_1(pkt, &supported_comp_algs) in tls_parse_compress_certificate()1827 || PACKET_remaining(&supported_comp_algs) == 0) { in tls_parse_compress_certificate()1839 while (PACKET_get_net_2(&supported_comp_algs, &comp)) { in tls_parse_compress_certificate()1845 if (PACKET_remaining(&supported_comp_algs) != 0) { in tls_parse_compress_certificate()