mbedTLS
mbedtls_ssl_context::in_epoch
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_context::in_epoch
mbedtls_ssl_context::in_epoch field
Syntax
Show:
Summary
Declaration
from
ssl.h:1809
uint16_t
MBEDTLS_PRIVATE
(
in_epoch
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
MBEDTLS_PRIVATE
(
in_epoch
)
;
/*!< DTLS epoch for incoming records */
ssl.h:1809
if
(
rec_epoch
!=
ssl
->
in_epoch
)
{
ssl_msg.c:3898
ssl_parse_record_header()
if
(
rec_epoch
==
(
unsigned
)
ssl
->
in_epoch
+
1
)
{
ssl_msg.c:3905
ssl_parse_record_header()
if
(
rec_epoch
!=
ssl
->
in_epoch
)
{
ssl_msg.c:4753
ssl_load_buffered_record()
hs
->
buffering
.
future_record
.
epoch
=
ssl
->
in_epoch
+
1
;
ssl_msg.c:4818
ssl_buffer_future_record()
if
(
++
ssl
->
in_epoch
==
0
)
{
ssl_msg.c:5245
mbedtls_ssl_parse_change_cipher_spec()
ssl
->
in_epoch
=
0
;
ssl_tls.c:1490
mbedtls_ssl_session_reset_msg_layer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::in_epoch
is written by 2 functions and is read by 4 functions:
mbedtls_ssl_parse_change_cipher_spec()
mbedtls_ssl_session_reset_msg_layer()
All items filtered out
mbedtls_ssl_context::in_epoch
ssl_parse_record_header()
ssl_load_buffered_record()
ssl_buffer_future_record()
mbedtls_ssl_parse_change_cipher_spec()
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