ESP-IDF
add_round_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
add_round_key()
add_round_key() function
Syntax
Show:
Summary
Declaration
from
aes.c:405
static
void
add_round_key
(
uint_8t
d
[
N_BLOCK
]
,
const
uint_8t
k
[
N_BLOCK
]
)
;
Arguments
Argument
d
k
Examples
References
from
examples
Code
Location
Referrer
static
void
add_round_key
(
uint_8t
d
[
N_BLOCK
]
,
const
uint_8t
k
[
N_BLOCK
]
)
aes.c:405
add_round_key
(
s1
,
ctx
->
ksch
+
r
*
N_BLOCK
)
;
aes.c:583
bluedroid_aes_encrypt()
add_round_key
(
s1
,
ctx
->
ksch
+
r
*
N_BLOCK
)
;
aes.c:634
bluedroid_aes_decrypt()
add_round_key
(
s1
,
o_key
)
;
aes.c:712
bluedroid_aes_encrypt_128()
add_round_key
(
s1
,
o_key
)
;
aes.c:768
bluedroid_aes_decrypt_128()
add_round_key
(
s1
,
o_key
+
16
)
;
aes.c:836
bluedroid_aes_encrypt_256()
add_round_key
(
s1
,
o_key
)
;
aes.c:839
bluedroid_aes_encrypt_256()
add_round_key
(
s1
,
o_key
+
16
)
;
aes.c:917
bluedroid_aes_decrypt_256()
add_round_key
(
s1
,
o_key
)
;
aes.c:919
bluedroid_aes_decrypt_256()
Call Tree
from
examples
add_round_key()
is called by 6 functions and calls 1 function:
bluedroid_aes_encrypt()
bluedroid_aes_decrypt()
bluedroid_aes_encrypt_128()
bluedroid_aes_decrypt_128()
bluedroid_aes_encrypt_256()
bluedroid_aes_decrypt_256()
All items filtered out
add_round_key()
xor_block()
All items filtered out
Data Use
from
examples
add_round_key()
:
All items filtered out
add_round_key()
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