mbedTLS
mbedtls_gcm_context::len
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_gcm_context::len
mbedtls_gcm_context::len field
The total length of the encrypted data.
Syntax
Show:
Summary
Declaration
from
gcm.h:70
uint64_t
len
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
len
;
/*!< The total length of the encrypted data. */
gcm.h:70
ctx
->
len
=
0
;
gcm.c:306
mbedtls_gcm_starts()
if
(
ctx
->
len
+
length
<
ctx
->
len
||
gcm.c:384
mbedtls_gcm_update()
(
uint64_t
)
ctx
->
len
+
length
>
0xFFFFFFFE0ull
)
gcm.c:385
mbedtls_gcm_update()
ctx
->
len
+=
length
;
gcm.c:390
mbedtls_gcm_update()
orig_len
=
ctx
->
len
*
8
;
gcm.c:438
mbedtls_gcm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context::len
is written by 2 functions and is read by 2 functions:
mbedtls_gcm_starts()
mbedtls_gcm_update()
All items filtered out
mbedtls_gcm_context::len
mbedtls_gcm_update()
mbedtls_gcm_finish()
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