Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_server.c1321 unsigned int ext_id; in ssl_parse_client_hello() local
1329 ext_id = MBEDTLS_GET_UINT16_BE(ext, 0); in ssl_parse_client_hello()
1338 switch (ext_id) { in ssl_parse_client_hello()
1491 ext_id)); in ssl_parse_client_hello()
Dssl_tls12_client.c1452 unsigned int ext_id = MBEDTLS_GET_UINT16_BE(ext, 0); in ssl_parse_server_hello() local
1463 switch (ext_id) { in ssl_parse_server_hello()
1593 ("unknown extension found: %u (ignoring)", ext_id)); in ssl_parse_server_hello()