Home
last modified time | relevance | path

Searched refs:hs_timeout_max (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dssl.h690 uint32_t hs_timeout_max; /*!< maximum value of the handshake member
/net-tools-latest/mbedtls-2.4.0/library/
Dssl_tls.c112 if( ssl->handshake->retransmit_timeout >= ssl->conf->hs_timeout_max ) in ssl_double_retransmit_timeout()
119 new_timeout > ssl->conf->hs_timeout_max ) in ssl_double_retransmit_timeout()
121 new_timeout = ssl->conf->hs_timeout_max; in ssl_double_retransmit_timeout()
2167 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in ssl_resend_hello_request()
5596 conf->hs_timeout_max = max; in mbedtls_ssl_conf_handshake_timeout()
7228 conf->hs_timeout_max = MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MAX; in mbedtls_ssl_config_defaults()