mbedTLS
mbedtls_ssl_config::hs_timeout_max
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_config::hs_timeout_max
mbedtls_ssl_config::hs_timeout_max field
Syntax
Show:
Summary
Declaration
from
ssl.h:1655
uint32_t
MBEDTLS_PRIVATE
(
hs_timeout_max
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
MBEDTLS_PRIVATE
(
hs_timeout_max
)
;
/*!< maximum value of the handshake
ssl.h:1655
if
(
ssl
->
handshake
->
retransmit_timeout
>=
ssl
->
conf
->
hs_timeout_max
)
{
ssl_msg.c:485
ssl_double_retransmit_timeout()
new_timeout
>
ssl
->
conf
->
hs_timeout_max
)
{
ssl_msg.c:504
ssl_double_retransmit_timeout()
new_timeout
=
ssl
->
conf
->
hs_timeout_max
;
ssl_msg.c:505
ssl_double_retransmit_timeout()
conf
->
hs_timeout_max
=
max
;
ssl_tls.c:1638
mbedtls_ssl_conf_handshake_timeout()
conf
->
hs_timeout_max
=
MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MAX
;
ssl_tls.c:5926
mbedtls_ssl_config_defaults()
uint32_t
ratio
=
ssl
->
conf
->
hs_timeout_max
/
ssl
->
conf
->
hs_timeout_min
+
1
;
ssl_tls.c:7488
mbedtls_ssl_resend_hello_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::hs_timeout_max
is written by 2 functions and is read by 2 functions:
mbedtls_ssl_conf_handshake_timeout()
mbedtls_ssl_config_defaults()
All items filtered out
mbedtls_ssl_config::hs_timeout_max
ssl_double_retransmit_timeout()
mbedtls_ssl_resend_hello_request()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out