Searched refs:supported_comp_algs (Results 1 – 1 of 1) sorted by relevance
1885 PACKET supported_comp_algs; in tls_parse_compress_certificate() local1904 if (!PACKET_as_length_prefixed_1(pkt, &supported_comp_algs) in tls_parse_compress_certificate()1905 || PACKET_remaining(&supported_comp_algs) == 0) { in tls_parse_compress_certificate()1917 while (PACKET_get_net_2(&supported_comp_algs, &comp)) { in tls_parse_compress_certificate()
Completed in 12 milliseconds