ESP-IDF
aes_context::rnd
is only used within ESP-IDF.
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
ESP-IDF
aes_context::rnd
aes_context::rnd field
Syntax
Show:
Summary
Declaration
from
aes.h:70
uint_8t
rnd
;
Examples
References
from
examples
Code
Location
Referrer
uint_8t
rnd
;
aes.h:70
ctx
->
rnd
=
0
;
aes.c:531
aes_set_key()
ctx
->
rnd
=
(
hi
>
>
4
)
-
1
;
aes.c:536
aes_set_key()
if
(
ctx
->
rnd
)
{
aes.c:575
bluedroid_aes_encrypt()
for
(
r
=
1
;
r
<
ctx
->
rnd
;
++
r
)
aes.c:579
bluedroid_aes_encrypt()
if
(
ctx
->
rnd
)
{
aes.c:626
bluedroid_aes_decrypt()
copy_and_key
(
s1
,
in
,
ctx
->
ksch
+
ctx
->
rnd
*
N_BLOCK
)
;
aes.c:628
bluedroid_aes_decrypt()
for
(
r
=
ctx
->
rnd
;
--
r
;
)
aes.c:631
bluedroid_aes_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
aes_context::rnd
is written by 1 function and is read by 2 functions:
aes_set_key()
All items filtered out
aes_context::rnd
bluedroid_aes_encrypt()
bluedroid_aes_decrypt()
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