Searched refs:mbedtls_ssl_conf_min_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 | 183 mbedtls_ssl_conf_min_version(&ssl_pm->conf, MBEDTLS_SSL_MAJOR_VERSION_3, version); in ssl_pm_new() 186 mbedtls_ssl_conf_min_version(&ssl_pm->conf, MBEDTLS_SSL_MAJOR_VERSION_3, 1); in ssl_pm_new()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_tcp.cpp | 159 …mbedtls_ssl_conf_min_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 | 325 mbedtls_ssl_conf_min_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 | 4168 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ssl.h | 4342 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major,
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | mbedtls.c | 331 mbedtls_ssl_conf_min_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 | 3106 void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_min_version() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_tls.c | 2935 void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_min_version() function
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 759 mbedtls_ssl_conf_min_version() in favor of 1070 mbedtls_ssl_conf_min_version() and mbedtls_ssl_conf_max_version() allow 4269 mbedtls_ssl_conf_min_version()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1019 mbedtls_ssl_conf_min_version() in favor of 1330 mbedtls_ssl_conf_min_version() and mbedtls_ssl_conf_max_version() allow 4529 mbedtls_ssl_conf_min_version()
|