Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1096 uint32_t hs_timeout_min; /*!< initial value of the handshake member
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_tls.c2120 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in mbedtls_ssl_resend_hello_request()
4168 conf->hs_timeout_min = min; in mbedtls_ssl_conf_handshake_timeout()
6996 conf->hs_timeout_min = MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MIN; in mbedtls_ssl_config_defaults()
Dssl_msg.c270 if( ssl->handshake->retransmit_timeout != ssl->conf->hs_timeout_min ) in ssl_double_retransmit_timeout()
294 ssl->handshake->retransmit_timeout = ssl->conf->hs_timeout_min; in ssl_reset_retransmit_timeout()