Searched refs:cookie_offset (Results 1 – 1 of 1) sorted by relevance
1420 size_t cookie_offset, cookie_len; in ssl_parse_client_hello() local1757 cookie_offset = 35 + sess_len; in ssl_parse_client_hello()1758 cookie_len = buf[cookie_offset]; in ssl_parse_client_hello()1760 if( cookie_offset + 1 + cookie_len + 2 > msg_len ) in ssl_parse_client_hello()1769 buf + cookie_offset + 1, cookie_len ); in ssl_parse_client_hello()1779 buf + cookie_offset + 1, cookie_len, in ssl_parse_client_hello()1808 ciph_offset = cookie_offset + 1 + cookie_len; in ssl_parse_client_hello()