mbedTLS
mbedtls_gcm_context_soft::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_soft::len
mbedtls_gcm_context_soft::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_soft()
if
(
ctx
->
len
+
input_length
<
ctx
->
len
||
gcm.c:620
mbedtls_gcm_update_soft()
(
uint64_t
)
ctx
->
len
+
input_length
>
0xFFFFFFFE0ull
)
{
gcm.c:621
mbedtls_gcm_update_soft()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:625
mbedtls_gcm_update_soft()
offset
=
ctx
->
len
%
16
;
gcm.c:629
mbedtls_gcm_update_soft()
ctx
->
len
+=
use_len
;
gcm.c:644
mbedtls_gcm_update_soft()
ctx
->
len
+=
input_length
;
gcm.c:650
mbedtls_gcm_update_soft()
orig_len
=
ctx
->
len
*
8
;
gcm.c:694
mbedtls_gcm_finish_soft()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:697
mbedtls_gcm_finish_soft()
if
(
ctx
->
len
%
16
!=
0
)
{
gcm.c:705
mbedtls_gcm_finish_soft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context_soft::len
is written by 2 functions and is read by 2 functions:
mbedtls_gcm_starts_soft()
mbedtls_gcm_update_soft()
All items filtered out
mbedtls_gcm_context_soft::len
mbedtls_gcm_update_soft()
mbedtls_gcm_finish_soft()
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