Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_tls13_client.c68 MBEDTLS_PUT_UINT16_BE( MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0 ); in ssl_tls13_write_supported_versions_ext()
1217 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_server_hello()
/third_party/mbedtls/include/mbedtls/
Dssl.h540 #define MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS 43 /* RFC 8446 TLS 1.3 */ macro
/third_party/mbedtls/docs/architecture/
Dtls13-support.md307 MBEDTLS_PUT_UINT16_BE( MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0 );