mbedTLS
mbedtls_ccm_context::processed
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_ccm_context::processed
mbedtls_ccm_context::processed field
Syntax
Show:
Summary
Declaration
from
ccm.h:75
size_t
MBEDTLS_PRIVATE
(
processed
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
processed
)
;
/*!< Track how many bytes of input data
ccm.h:75
ctx
->
processed
=
0
;
ccm.c:283
mbedtls_ccm_set_lengths()
}
else
if
(
ctx
->
processed
+
add_len
>
ctx
->
add_len
)
{
ccm.c:317
mbedtls_ccm_update_ad()
offset
=
(
ctx
->
processed
+
2
)
%
16
;
/* account for y[0] and y[1]
ccm.c:322
mbedtls_ccm_update_ad()
ctx
->
processed
+=
use_len
;
ccm.c:332
mbedtls_ccm_update_ad()
if
(
use_len
+
offset
==
16
||
ctx
->
processed
==
ctx
->
add_len
)
{
ccm.c:336
mbedtls_ccm_update_ad()
if
(
ctx
->
processed
==
ctx
->
add_len
)
{
ccm.c:349
mbedtls_ccm_update_ad()
ctx
->
processed
=
0
;
// prepare for mbedtls_ccm_update()
ccm.c:351
mbedtls_ccm_update_ad()
if
(
ctx
->
tag_len
!=
0
&&
ctx
->
processed
+
input_len
>
ctx
->
plaintext_len
)
{
ccm.c:379
mbedtls_ccm_update()
offset
=
ctx
->
processed
%
16
;
ccm.c:391
mbedtls_ccm_update()
ctx
->
processed
+=
use_len
;
ccm.c:399
mbedtls_ccm_update()
if
(
use_len
+
offset
==
16
||
ctx
->
processed
==
ctx
->
plaintext_len
)
{
ccm.c:405
mbedtls_ccm_update()
if
(
use_len
+
offset
==
16
||
ctx
->
processed
==
ctx
->
plaintext_len
)
{
ccm.c:440
mbedtls_ccm_update()
if
(
use_len
+
offset
==
16
||
ctx
->
processed
==
ctx
->
plaintext_len
)
{
ccm.c:453
mbedtls_ccm_update()
if
(
ctx
->
plaintext_len
>
0
&&
ctx
->
processed
!=
ctx
->
plaintext_len
)
{
ccm.c:486
mbedtls_ccm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ccm_context::processed
is written by 3 functions and is read by 3 functions:
mbedtls_ccm_set_lengths()
mbedtls_ccm_update_ad()
mbedtls_ccm_update()
All items filtered out
mbedtls_ccm_context::processed
mbedtls_ccm_update_ad()
mbedtls_ccm_update()
mbedtls_ccm_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