Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h688 uint32_t hs_timeout_min; /*!< initial value of the handshake member
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dssl_tls.c133 ssl->handshake->retransmit_timeout = ssl->conf->hs_timeout_min; in ssl_reset_retransmit_timeout()
2167 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in ssl_resend_hello_request()
5595 conf->hs_timeout_min = min; in mbedtls_ssl_conf_handshake_timeout()
7227 conf->hs_timeout_min = MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MIN; in mbedtls_ssl_config_defaults()