Home
last modified time | relevance | path

Searched refs:ciph_offset (Results 1 – 1 of 1) sorted by relevance

/lighttpd1.4/src/
H A Dmod_mbedtls.c4372 const size_t ciph_offset = 35 + sess_len; in ssl_parse_client_hello() local
4374 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()