mbedTLS
mbedtls_ssl_config::renego_period
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::renego_period
mbedtls_ssl_config::renego_period field
value of the record counters that triggers renegotiation
Syntax
Show:
Summary
Declaration
from
ssl.h:1661
unsigned
char
MBEDTLS_PRIVATE
(
renego_period
)
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
renego_period
)
[
8
]
;
/*!< value of the record counters
ssl.h:1661
&
ssl
->
conf
->
renego_period
[
ep_len
]
,
ssl_msg.c:5556
ssl_check_ctr_renegotiate()
&
ssl
->
conf
->
renego_period
[
ep_len
]
,
ssl_msg.c:5559
ssl_check_ctr_renegotiate()
memcpy
(
conf
->
renego_period
,
period
,
8
)
;
ssl_tls.c:2983
mbedtls_ssl_conf_renegotiation_period()
memset
(
conf
->
renego_period
,
0x00
,
2
)
;
ssl_tls.c:5931
mbedtls_ssl_config_defaults()
memset
(
conf
->
renego_period
+
2
,
0xFF
,
6
)
;
ssl_tls.c:5932
mbedtls_ssl_config_defaults()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::renego_period
is read by 3 functions:
All items filtered out
mbedtls_ssl_config::renego_period
ssl_check_ctr_renegotiate()
mbedtls_ssl_conf_renegotiation_period()
mbedtls_ssl_config_defaults()
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