Searched refs:ciph_offset (Results 1 – 1 of 1) sorted by relevance
4372 const size_t ciph_offset = 35 + sess_len; in ssl_parse_client_hello() local4374 const size_t ciph_len = ( buf[ciph_offset + 0] << 8 ) in ssl_parse_client_hello()4375 | ( buf[ciph_offset + 1] ); in ssl_parse_client_hello()4378 ciph_len + 2 + ciph_offset + 1 > msg_len || /* 1 for comp. alg. len */ in ssl_parse_client_hello()4387 const size_t comp_offset = ciph_offset + 2 + ciph_len; in ssl_parse_client_hello()