mbedTLS
mbedtls_ssl_handshake_params::alt_out_ctr
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_handshake_params::alt_out_ctr
mbedtls_ssl_handshake_params::alt_out_ctr field
Alternative record epoch/counter for resending messages
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:904
unsigned
char
alt_out_ctr
[
MBEDTLS_SSL_SEQUENCE_NUMBER_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
alt_out_ctr
[
MBEDTLS_SSL_SEQUENCE_NUMBER_LEN
]
;
/*!< Alternative record epoch/counter
ssl_misc.h:904
memcpy
(
ssl
->
cur_out_ctr
,
ssl
->
handshake
->
alt_out_ctr
,
ssl_msg.c:2497
ssl_swap_epochs()
memcpy
(
ssl
->
handshake
->
alt_out_ctr
,
tmp_out_ctr
,
ssl_msg.c:2499
ssl_swap_epochs()
sizeof
(
ssl
->
handshake
->
alt_out_ctr
)
)
;
ssl_msg.c:2500
ssl_swap_epochs()
memcpy
(
ssl
->
handshake
->
alt_out_ctr
,
ssl
->
cur_out_ctr
,
ssl_tls.c:8364
mbedtls_ssl_write_finished()
sizeof
(
ssl
->
handshake
->
alt_out_ctr
)
)
;
ssl_tls.c:8365
mbedtls_ssl_write_finished()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::alt_out_ctr
is read by 2 functions:
All items filtered out
mbedtls_ssl_handshake_params::alt_out_ctr
ssl_swap_epochs()
mbedtls_ssl_write_finished()
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