mbedTLS
mbedtls_ssl_context::cur_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::cur_out_ctr
mbedtls_ssl_context::cur_out_ctr field
Outgoing record sequence number.
Syntax
Show:
Summary
Declaration
from
ssl.h:1130
unsigned
char
cur_out_ctr
[
8
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
cur_out_ctr
[
8
]
;
/*!< Outgoing record sequence number. */
ssl.h:1130
memcpy
(
ssl
->
out_ctr
,
ssl
->
cur_out_ctr
,
8
)
;
ssl_tls.c:3385
mbedtls_ssl_write_record()
if
(
++
ssl
->
cur_out_ctr
[
i
-
1
]
!=
0
)
ssl_tls.c:3434
mbedtls_ssl_write_record()
memset
(
ssl
->
cur_out_ctr
,
0
,
8
)
;
ssl_tls.c:6472
mbedtls_ssl_write_finished()
memset
(
ssl
->
cur_out_ctr
,
0
,
sizeof
(
ssl
->
cur_out_ctr
)
)
;
ssl_tls.c:6987
ssl_session_reset_int()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_context::cur_out_ctr
is read by 3 functions:
All items filtered out
mbedtls_ssl_context::cur_out_ctr
mbedtls_ssl_write_record()
mbedtls_ssl_write_finished()
ssl_session_reset_int()
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