Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls.c7488 uint32_t ratio = ssl->conf->hs_timeout_max / ssl->conf->hs_timeout_min + 1; in mbedtls_ssl_resend_hello_request() local
7491 while (ratio != 0) { in mbedtls_ssl_resend_hello_request()
7493 ratio >>= 1; in mbedtls_ssl_resend_hello_request()