Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_srv.c1906 unsigned int ext_id; in ssl_parse_client_hello() local
1914 ext_id = ( ( ext[0] << 8 ) | ( ext[1] ) ); in ssl_parse_client_hello()
1924 switch( ext_id ) in ssl_parse_client_hello()
2076 ext_id ) ); in ssl_parse_client_hello()
Dssl_cli.c2367 unsigned int ext_id = ( ( ext[0] << 8 ) in ssl_parse_server_hello() local
2381 switch( ext_id ) in ssl_parse_server_hello()
2527 ( "unknown extension found: %u (ignoring)", ext_id ) ); in ssl_parse_server_hello()