Searched refs:comp_len (Results 1 – 1 of 1) sorted by relevance
892 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local1277 comp_len = buf[comp_offset]; in ssl_parse_client_hello()1279 if (comp_len < 1 || in ssl_parse_client_hello()1280 comp_len > 16 || in ssl_parse_client_hello()1281 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello()1289 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello()1294 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()