ESP-IDF
aes_context::ksch
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::ksch
aes_context::ksch field
Syntax
Show:
Summary
Declaration
from
aes.h:69
uint_8t
ksch
[
(
N_MAX_ROUNDS
+
1
)
*
N_BLOCK
]
;
Examples
References
from
examples
Code
Location
Referrer
uint_8t
ksch
[
(
N_MAX_ROUNDS
+
1
)
*
N_BLOCK
]
;
aes.h:69
block_copy_nn
(
ctx
->
ksch
,
key
,
keylen
)
;
aes.c:534
aes_set_key()
t0
=
ctx
->
ksch
[
cc
-
4
]
;
aes.c:540
aes_set_key()
t1
=
ctx
->
ksch
[
cc
-
3
]
;
aes.c:541
aes_set_key()
t2
=
ctx
->
ksch
[
cc
-
2
]
;
aes.c:542
aes_set_key()
t3
=
ctx
->
ksch
[
cc
-
1
]
;
aes.c:543
aes_set_key()
ctx
->
ksch
[
cc
+
0
]
=
ctx
->
ksch
[
tt
+
0
]
^
t0
;
aes.c:558
aes_set_key()
ctx
->
ksch
[
cc
+
1
]
=
ctx
->
ksch
[
tt
+
1
]
^
t1
;
aes.c:559
aes_set_key()
ctx
->
ksch
[
cc
+
2
]
=
ctx
->
ksch
[
tt
+
2
]
^
t2
;
aes.c:560
aes_set_key()
ctx
->
ksch
[
cc
+
3
]
=
ctx
->
ksch
[
tt
+
3
]
^
t3
;
aes.c:561
aes_set_key()
copy_and_key
(
s1
,
in
,
ctx
->
ksch
)
;
aes.c:577
bluedroid_aes_encrypt()
add_round_key
(
s1
,
ctx
->
ksch
+
r
*
N_BLOCK
)
;
aes.c:583
bluedroid_aes_encrypt()
copy_and_key
(
out
,
s1
,
ctx
->
ksch
+
r
*
N_BLOCK
)
;
aes.c:593
bluedroid_aes_encrypt()
copy_and_key
(
s1
,
in
,
ctx
->
ksch
+
ctx
->
rnd
*
N_BLOCK
)
;
aes.c:628
bluedroid_aes_decrypt()
add_round_key
(
s1
,
ctx
->
ksch
+
r
*
N_BLOCK
)
;
aes.c:634
bluedroid_aes_decrypt()
copy_and_key
(
out
,
s1
,
ctx
->
ksch
)
;
aes.c:644
bluedroid_aes_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
aes_context::ksch
is read by 3 functions:
All items filtered out
aes_context::ksch
aes_set_key()
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