mbedTLS
mbedtls_ccm_context::q
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::q
mbedtls_ccm_context::q field
Syntax
Show:
Summary
Declaration
from
ccm.h:81
unsigned
int
MBEDTLS_PRIVATE
(
q
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
MBEDTLS_PRIVATE
(
q
)
;
/*!< The Q working value */
ccm.h:81
ctx
->
y
[
0
]
|=
ctx
->
q
-
1
;
ccm.c:197
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
->
q
=
16
-
1
-
(
unsigned
char
)
iv_len
;
ccm.c:233
mbedtls_ccm_starts()
ctx
->
ctr
[
0
]
=
ctx
->
q
-
1
;
ccm.c:246
mbedtls_ccm_starts()
memset
(
ctx
->
ctr
+
1
+
iv_len
,
0
,
ctx
->
q
)
;
ccm.c:248
mbedtls_ccm_starts()
for
(
i
=
0
;
i
<
ctx
->
q
;
i
++
)
{
ccm.c:454
mbedtls_ccm_update()
for
(
i
=
0
;
i
<
ctx
->
q
;
i
++
)
{
ccm.c:493
mbedtls_ccm_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ccm_context::q
is written by 1 function and is read by 4 functions:
mbedtls_ccm_starts()
All items filtered out
mbedtls_ccm_context::q
ccm_calculate_first_block_if_ready()
mbedtls_ccm_starts()
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