mbedTLS
mbedtls_ssl_context::in_window
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
mbedtls_ssl_context::in_window field
Syntax
Show:
Summary
Declaration
from
ssl.h:1815
uint64_t
MBEDTLS_PRIVATE
(
in_window
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
MBEDTLS_PRIVATE
(
in_window
)
;
/*!< bitmask for replay detection */
ssl.h:1815
ssl
->
in_window
=
0
;
ssl_msg.c:3362
mbedtls_ssl_dtls_replay_reset()
if
(
(
ssl
->
in_window
&
(
(
uint64_t
)
1
<
<
bit
)
)
!=
0
)
{
ssl_msg.c:3417
mbedtls_ssl_dtls_replay_check()
ssl
->
in_window
=
1
;
ssl_msg.c:3440
mbedtls_ssl_dtls_replay_update()
ssl
->
in_window
<<=
shift
;
ssl_msg.c:3442
mbedtls_ssl_dtls_replay_update()
ssl
->
in_window
|=
1
;
ssl_msg.c:3443
mbedtls_ssl_dtls_replay_update()
ssl
->
in_window
|=
(
uint64_t
)
1
<
<
bit
;
ssl_msg.c:3452
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
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
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