Searched refs:MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS (Results 1 – 6 of 6) sorted by relevance
67 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()1777 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_server_hello()
1593 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in ssl_tls13_parse_client_hello()2058 MBEDTLS_PUT_UINT16_BE(MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, buf, 0); in ssl_tls13_write_server_hello_supported_versions_ext()2072 ssl, MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS); in ssl_tls13_write_server_hello_supported_versions_ext()
137 if (extension_type == MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS) { in mbedtls_ssl_tls13_is_supported_versions_ext_present_in_exts()
560 case MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS: in mbedtls_ssl_get_extension_id()661 [MBEDTLS_SSL_EXT_ID_SUPPORTED_VERSIONS] = MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS,
613 #define MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS 43 /* RFC 8446 TLS 1.3 */ macro
248 MBEDTLS_PUT_UINT16_BE( MBEDTLS_TLS_EXT_SUPPORTED_VERSIONS, p, 0 );