ESP-IDF
copy_and_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
copy_and_key()
copy_and_key() function
Syntax
Show:
Summary
Declaration
from
aes.c:375
static
void
copy_and_key
(
void
*
d
,
const
void
*
s
,
const
void
*
k
)
;
Arguments
Argument
d
s
k
Examples
References
from
examples
Code
Location
Referrer
static
void
copy_and_key
(
void
*
d
,
const
void
*
s
,
const
void
*
k
)
aes.c:375
copy_and_key
(
s1
,
in
,
ctx
->
ksch
)
;
aes.c:577
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()
copy_and_key
(
out
,
s1
,
ctx
->
ksch
)
;
aes.c:644
bluedroid_aes_decrypt()
copy_and_key
(
s1
,
in
,
o_key
)
;
aes.c:705
bluedroid_aes_encrypt_128()
copy_and_key
(
out
,
s1
,
o_key
)
;
aes.c:725
bluedroid_aes_encrypt_128()
copy_and_key
(
s1
,
in
,
o_key
)
;
aes.c:761
bluedroid_aes_decrypt_128()
copy_and_key
(
out
,
s1
,
o_key
)
;
aes.c:780
bluedroid_aes_decrypt_128()
copy_and_key
(
s1
,
in
,
o_key
)
;
aes.c:829
bluedroid_aes_encrypt_256()
copy_and_key
(
out
,
s1
,
o_key
)
;
aes.c:857
bluedroid_aes_encrypt_256()
copy_and_key
(
s1
,
in
,
o_key
)
;
aes.c:909
bluedroid_aes_decrypt_256()
copy_and_key
(
out
,
s1
,
o_key
)
;
aes.c:935
bluedroid_aes_decrypt_256()
Call Tree
from
examples
copy_and_key()
is called by 6 functions:
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
copy_and_key()
All items filtered out
Data Use
from
examples
copy_and_key()
:
All items filtered out
copy_and_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