ESP-IDF
update_encrypt_key_256()
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
update_encrypt_key_256()
update_encrypt_key_256() function
Syntax
Show:
Summary
Declaration
from
aes.c:789
static
void
update_encrypt_key_256
(
uint_8t
k
[
2
*
N_BLOCK
]
,
uint_8t
*
rc
)
;
Arguments
Argument
k
rc
Examples
References
from
examples
Code
Location
Referrer
static
void
update_encrypt_key_256
(
uint_8t
k
[
2
*
N_BLOCK
]
,
uint_8t
*
rc
)
aes.c:789
update_encrypt_key_256
(
o_key
,
&
rc
)
;
aes.c:838
bluedroid_aes_encrypt_256()
update_encrypt_key_256
(
o_key
,
&
rc
)
;
aes.c:856
bluedroid_aes_encrypt_256()
Call Tree
from
examples
update_encrypt_key_256()
is called by 1 function:
bluedroid_aes_encrypt_256()
All items filtered out
update_encrypt_key_256()
All items filtered out
Data Use
from
examples
update_encrypt_key_256()
reads 1 variable:
sbox
All items filtered out
update_encrypt_key_256()
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