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
ESP-IDF Framework and Examples
mbedTLS
mbedtls_gcm_context::len
mbedtls_gcm_context::len field
Syntax
Show:
Summary
Declaration
from
gcm.h:76
uint64_t
MBEDTLS_PRIVATE
(
len
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
MBEDTLS_PRIVATE
(
len
)
;
/*!< The total length of the encrypted data. */
gcm.h:76
ctx
->
len
=
0
;
gcm.c:426
mbedtls_gcm_starts()
if
(
ctx
->
len
+
input_length
<
ctx
->
len
||
gcm.c:620
mbedtls_gcm_update()
(
uint64_t
)
ctx
->
len
+
input_length
>
0xFFFFFFFE0ull
)
{
gcm.c:621
mbedtls_gcm_update()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:625
mbedtls_gcm_update()
offset
=
ctx
->
len
%
16
;
gcm.c:629
mbedtls_gcm_update()
ctx
->
len
+=
use_len
;
gcm.c:644
mbedtls_gcm_update()
ctx
->
len
+=
input_length
;
gcm.c:650
mbedtls_gcm_update()
orig_len
=
ctx
->
len
*
8
;
gcm.c:694
mbedtls_gcm_finish()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:697
mbedtls_gcm_finish()
if
(
ctx
->
len
%
16
!=
0
)
{
gcm.c:705
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