mbedTLS
mbedtls_gcm_context_soft::add_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::add_len
mbedtls_gcm_context_soft::add_len field
Syntax
Show:
Summary
Declaration
from
gcm.h:77
uint64_t
MBEDTLS_PRIVATE
(
add_len
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
MBEDTLS_PRIVATE
(
add_len
)
;
/*!< The total length of the additional data. */
gcm.h:77
ctx
->
add_len
=
0
;
gcm.c:427
mbedtls_gcm_starts_soft()
new_add_len
=
ctx
->
add_len
+
(
uint64_t
)
add_len
;
gcm.c:507
mbedtls_gcm_update_ad_soft()
if
(
new_add_len
<
ctx
->
add_len
||
new_add_len
>
>
61
!=
0
)
{
gcm.c:508
mbedtls_gcm_update_ad_soft()
offset
=
ctx
->
add_len
%
16
;
gcm.c:512
mbedtls_gcm_update_ad_soft()
ctx
->
add_len
+=
use_len
;
gcm.c:527
mbedtls_gcm_update_ad_soft()
ctx
->
add_len
+=
add_len
;
gcm.c:532
mbedtls_gcm_update_ad_soft()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:625
mbedtls_gcm_update_soft()
orig_add_len
=
ctx
->
add_len
*
8
;
gcm.c:695
mbedtls_gcm_finish_soft()
if
(
ctx
->
len
==
0
&&
ctx
->
add_len
%
16
!=
0
)
{
gcm.c:697
mbedtls_gcm_finish_soft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_gcm_context_soft::add_len
is written by 2 functions and is read by 3 functions:
mbedtls_gcm_starts_soft()
mbedtls_gcm_update_ad_soft()
All items filtered out
mbedtls_gcm_context_soft::add_len
mbedtls_gcm_update_ad_soft()
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