mbedTLS
mbedtls_ssl_context::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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_context::out_ctr
mbedtls_ssl_context::out_ctr field
64-bit outgoing message counter
Syntax
Show:
Summary
Declaration
from
ssl.h:1120
unsigned
char
*
out_ctr
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
out_ctr
;
/*!< 64-bit outgoing message counter */
ssl.h:1120
memcpy
(
add_data
,
ssl
->
out_ctr
,
8
)
;
ssl_tls.c:1568
ssl_encrypt_buf()
memcpy
(
iv
+
transform
->
fixed_ivlen
,
ssl
->
out_ctr
,
8
)
;
ssl_tls.c:1584
ssl_encrypt_buf()
memcpy
(
ssl
->
out_iv
,
ssl
->
out_ctr
,
8
)
;
ssl_tls.c:1585
ssl_encrypt_buf()
iv
[
i
+
4
]
^=
ssl
->
out_ctr
[
i
]
;
ssl_tls.c:1596
ssl_encrypt_buf()
memcpy
(
ssl
->
out_ctr
,
ssl
->
cur_out_ctr
,
8
)
;
ssl_tls.c:3385
mbedtls_ssl_write_record()
ssl
->
out_ctr
=
ssl
->
out_hdr
-
8
;
ssl_tls.c:6785
ssl_update_out_pointers()
ssl
->
out_ctr
=
NULL
;
ssl_tls.c:6922
mbedtls_ssl_setup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::out_ctr
is written by 2 functions and is read by 2 functions:
ssl_update_out_pointers()
mbedtls_ssl_setup()
All items filtered out
mbedtls_ssl_context::out_ctr
ssl_encrypt_buf()
mbedtls_ssl_write_record()
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