Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp353 mbedtls_ssl_conf_handshake_timeout(&mConf, 8000, 60000); in Setup()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h2989 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h3158 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c1771 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
H A Dssl_server2.c2760 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c1849 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
H A Dssl_server2.c2836 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls.c1629 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls.c1657 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() function