Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_server.c893 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local
1296 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
1297 if (msg_len > ext_offset) { in ssl_parse_client_hello()
1298 if (msg_len < ext_offset + 2) { in ssl_parse_client_hello()
1305 ext_len = MBEDTLS_GET_UINT16_BE(buf, ext_offset); in ssl_parse_client_hello()
1307 if (msg_len != ext_offset + 2 + ext_len) { in ssl_parse_client_hello()
1317 ext = buf + ext_offset + 2; in ssl_parse_client_hello()