Searched refs:hs_timeout_min (Results 1 – 2 of 2) sorted by relevance
954 uint32_t hs_timeout_min; /*!< initial value of the handshake member
214 if( ssl->handshake->retransmit_timeout != ssl->conf->hs_timeout_min ) in ssl_double_retransmit_timeout()238 ssl->handshake->retransmit_timeout = ssl->conf->hs_timeout_min; in ssl_reset_retransmit_timeout()2495 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in ssl_resend_hello_request()7162 conf->hs_timeout_min = min; in mbedtls_ssl_conf_handshake_timeout()9174 conf->hs_timeout_min = MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MIN; in mbedtls_ssl_config_defaults()
Completed in 20 milliseconds