Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp159mbedtls_ssl_conf_min_version(&mSslConfig, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3… in Process()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp325 mbedtls_ssl_conf_min_version(&mConf, MBEDTLS_SSL_MAJOR_VERSION_3, MBEDTLS_SSL_MINOR_VERSION_3); in Setup()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h4342 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major,
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c2935 void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_min_version() function
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1019 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()