Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c894 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local
1257 comp_len = buf[comp_offset]; in ssl_parse_client_hello()
1259 if (comp_len < 1 || in ssl_parse_client_hello()
1260 comp_len > 16 || in ssl_parse_client_hello()
1261 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello()
1269 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello()
1274 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()