mbedTLS
mbedtls_ccm_context::plaintext_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_ccm_context::plaintext_len
mbedtls_ccm_context::plaintext_len field
Syntax
Show:
Summary
Declaration
from
ccm.h:72
size_t
MBEDTLS_PRIVATE
(
plaintext_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
plaintext_len
)
;
/*!< Total plaintext length */
ccm.h:72
ctx
->
plaintext_len
=
0
;
ccm.c:177
ccm_calculate_first_block_if_ready()
for
(
i
=
0
,
len_left
=
ctx
->
plaintext_len
;
i
<
ctx
->
q
;
i
++
,
len_left
>>=
8
)
{
ccm.c:199
ccm_calculate_first_block_if_ready()
ctx
->
plaintext_len
=
plaintext_len
;
ccm.c:280
mbedtls_ccm_set_lengths()
if
(
ctx
->
tag_len
!=
0
&&
ctx
->
processed
+
input_len
>
ctx
->
plaintext_len
)
{
ccm.c:379
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::plaintext_len
is written by 2 functions and is read by 3 functions:
ccm_calculate_first_block_if_ready()
mbedtls_ccm_set_lengths()
All items filtered out
mbedtls_ccm_context::plaintext_len
ccm_calculate_first_block_if_ready()
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