Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_srv.c1417 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local
1876 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
1877 if( msg_len > ext_offset ) in ssl_parse_client_hello()
1879 if( msg_len < ext_offset + 2 ) in ssl_parse_client_hello()
1887 ext_len = ( buf[ext_offset + 0] << 8 ) in ssl_parse_client_hello()
1888 | ( buf[ext_offset + 1] ); in ssl_parse_client_hello()
1890 if( msg_len != ext_offset + 2 + ext_len ) in ssl_parse_client_hello()
1901 ext = buf + ext_offset + 2; in ssl_parse_client_hello()