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