Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls12_server.c1319 unsigned int ext_id; in ssl_parse_client_hello() local
1327 ext_id = MBEDTLS_GET_UINT16_BE(ext, 0); in ssl_parse_client_hello()
1336 switch (ext_id) { in ssl_parse_client_hello()
1489 ext_id)); in ssl_parse_client_hello()
Dssl_tls12_client.c1450 unsigned int ext_id = MBEDTLS_GET_UINT16_BE(ext, 0); in ssl_parse_server_hello() local
1461 switch (ext_id) { in ssl_parse_server_hello()
1591 ("unknown extension found: %u (ignoring)", ext_id)); in ssl_parse_server_hello()