Searched refs:ext_offset (Results 1 – 1 of 1) sorted by relevance
4406 const size_t ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello() local4408 if( msg_len > ext_offset ) in ssl_parse_client_hello()4410 if( msg_len < ext_offset + 2 ) in ssl_parse_client_hello()4415 ext_len = ( buf[ext_offset + 0] << 8 ) in ssl_parse_client_hello()4416 | ( buf[ext_offset + 1] ); in ssl_parse_client_hello()4418 if( msg_len != ext_offset + 2 + ext_len ) in ssl_parse_client_hello()4426 unsigned char *ext = buf + ext_offset + 2; in ssl_parse_client_hello()