Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls12_server.c891 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local
1294 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
1295 if (msg_len > ext_offset) { in ssl_parse_client_hello()
1296 if (msg_len < ext_offset + 2) { in ssl_parse_client_hello()
1303 ext_len = MBEDTLS_GET_UINT16_BE(buf, ext_offset); in ssl_parse_client_hello()
1305 if (msg_len != ext_offset + 2 + ext_len) { in ssl_parse_client_hello()
1315 ext = buf + ext_offset + 2; in ssl_parse_client_hello()