Searched refs:hs_timeout_max (Results 1 – 2 of 2) sorted by relevance
956 uint32_t hs_timeout_max; /*!< maximum value of the handshake member
205 if( ssl->handshake->retransmit_timeout >= ssl->conf->hs_timeout_max ) in ssl_double_retransmit_timeout()224 new_timeout > ssl->conf->hs_timeout_max ) in ssl_double_retransmit_timeout()226 new_timeout = ssl->conf->hs_timeout_max; in ssl_double_retransmit_timeout()2495 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in ssl_resend_hello_request()7163 conf->hs_timeout_max = max; in mbedtls_ssl_conf_handshake_timeout()9175 conf->hs_timeout_max = MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MAX; in mbedtls_ssl_config_defaults()
Completed in 22 milliseconds