Searched refs:mbedtls_ssl_conf_max_version (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/ |
H A D | ssl_pm.c | 182 mbedtls_ssl_conf_max_version(&ssl_pm->conf, MBEDTLS_SSL_MAJOR_VERSION_3, version); in ssl_pm_new() 185 …mbedtls_ssl_conf_max_version(&ssl_pm->conf, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION… in ssl_pm_new()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_tcp.cpp | 160 …mbedtls_ssl_conf_max_version(&mSslConfig, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3… in Process()
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | secure_transport.cpp | 326 mbedtls_ssl_conf_max_version(&mConf, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3); in Setup()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ssl.h | 4111 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ssl.h | 4285 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major,
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | mbedtls.c | 333 mbedtls_ssl_conf_max_version(&backend->config, MBEDTLS_SSL_MAJOR_VERSION_3, in mbed_set_ssl_version_min_max()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_tls.c | 3101 void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_max_version() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_tls.c | 2930 void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_max_version() function
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 758 * Deprecate mbedtls_ssl_conf_max_version() and 1070 mbedtls_ssl_conf_min_version() and mbedtls_ssl_conf_max_version() allow 4268 mbedtls_ssl_conf_max_version()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1018 * Deprecate mbedtls_ssl_conf_max_version() and 1330 mbedtls_ssl_conf_min_version() and mbedtls_ssl_conf_max_version() allow 4528 mbedtls_ssl_conf_max_version()
|