Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_client.c67 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0); in ssl_tls13_write_supported_versions_ext()
92 ssl, MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS); in ssl_tls13_write_supported_versions_ext()
1778 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_server_hello()
H A Dssl_tls13_server.c1595 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_client_hello()
2061 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, buf, 0); in ssl_tls13_write_server_hello_supported_versions_ext()
2075 ssl, MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS); in ssl_tls13_write_server_hello_supported_versions_ext()
H A Dssl_tls13_generic.c137 if (extension_type == MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS) { in mbedtls_ssl_tls13_is_supported_versions_ext_present_in_exts()
H A Dssl_tls.c565 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in mbedtls_ssl_get_extension_id()
666 [MBEDTLS_SSL_EXT_ID_SUPPORTED_VERSIONS] = MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS,
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h649 #define MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS 43 /* RFC 8446 TLS 1.3 */ macro