Searched refs:comp_offset (Results 1 – 1 of 1) sorted by relevance
891 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local1275 comp_offset = ciph_offset + 2 + ciph_len; in ssl_parse_client_hello()1277 comp_len = buf[comp_offset]; 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()