Searched refs:mbedtls_ssl_conf_handshake_timeout (Results 1 – 6 of 6) sorted by relevance
1456 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max );
2473 #define ssl_set_handshake_timeout mbedtls_ssl_conf_handshake_timeout
1101 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()
1616 mbedtls_ssl_conf_handshake_timeout( &conf, opt.hs_to_min, opt.hs_to_max ); in main()
2016 ssl_set_handshake_timeout mbedtls_ssl_conf_handshake_timeout
5593 void mbedtls_ssl_conf_handshake_timeout( mbedtls_ssl_config *conf, uint32_t min, uint32_t max ) in mbedtls_ssl_conf_handshake_timeout() function