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 D | secure_transport.cpp | 353 mbedtls_ssl_conf_handshake_timeout(&mConf, 8000, 60000); in Setup()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ssl.h | 2989 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 D | ssl.h | 3158 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 D | ssl_client2.c | 1771 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
|
H A D | ssl_server2.c | 2760 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 D | ssl_client2.c | 1849 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
|
H A D | ssl_server2.c | 2836 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_tls.c | 1629 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 D | ssl_tls.c | 1657 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() function
|