Searched refs:comp_len (Results 1 – 1 of 1) sorted by relevance
894 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local1279 comp_len = buf[comp_offset]; in ssl_parse_client_hello()1281 if (comp_len < 1 || in ssl_parse_client_hello()1282 comp_len > 16 || in ssl_parse_client_hello()1283 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello()1291 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello()1296 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()