Searched refs:mbedtls_ssl_conf_handshake_timeout (Results 1 – 5 of 5) sorted by relevance
254 mbedtls_ssl_conf_handshake_timeout(&mConf, 8000, 60000); in Setup()
3158 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max);
1849 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, in main()
2836 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()
1657 void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, in mbedtls_ssl_conf_handshake_timeout() function