Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp254 mbedtls_ssl_conf_handshake_timeout(&mConf, 8000, 60000); in Setup()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h3158 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max);
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c1849 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
Dssl_server2.c2836 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c1657 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() function