mbedTLS
mbedtls_ssl_context::in_window_top
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_window_top
mbedtls_ssl_context::in_window_top field
Syntax
Show:
Summary
Declaration
from
ssl.h:1814
uint64_t
MBEDTLS_PRIVATE
(
in_window_top
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
MBEDTLS_PRIVATE
(
in_window_top
)
;
/*!< last validated record seq_num */
ssl.h:1814
ssl
->
in_window_top
=
0
;
ssl_msg.c:3361
mbedtls_ssl_dtls_replay_reset()
if
(
rec_seqnum
>
ssl
->
in_window_top
)
{
ssl_msg.c:3407
mbedtls_ssl_dtls_replay_check()
bit
=
ssl
->
in_window_top
-
rec_seqnum
;
ssl_msg.c:3411
mbedtls_ssl_dtls_replay_check()
if
(
rec_seqnum
>
ssl
->
in_window_top
)
{
ssl_msg.c:3435
mbedtls_ssl_dtls_replay_update()
uint64_t
shift
=
rec_seqnum
-
ssl
->
in_window_top
;
ssl_msg.c:3437
mbedtls_ssl_dtls_replay_update()
ssl
->
in_window_top
=
rec_seqnum
;
ssl_msg.c:3446
mbedtls_ssl_dtls_replay_update()
uint64_t
bit
=
ssl
->
in_window_top
-
rec_seqnum
;
ssl_msg.c:3449
mbedtls_ssl_dtls_replay_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::in_window_top
is written by 2 functions and is read by 2 functions:
mbedtls_ssl_dtls_replay_reset()
mbedtls_ssl_dtls_replay_update()
All items filtered out
mbedtls_ssl_context::in_window_top
mbedtls_ssl_dtls_replay_check()
mbedtls_ssl_dtls_replay_update()
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