ESP-IDF
bluedroid_aes_decrypt()
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
bluedroid_aes_decrypt()
bluedroid_aes_decrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
aes.h:103
return_type
bluedroid_aes_decrypt
(
const
unsigned
char
in
[
N_BLOCK
]
,
unsigned
char
out
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
;
Implemented in
aes.c:624
Arguments
Argument
in
out
ctx
Examples
References
from
examples
Code
Location
Referrer
return_type
bluedroid_aes_decrypt
(
const
unsigned
char
in
[
N_BLOCK
]
,
unsigned
char
out
[
N_BLOCK
]
,
const
aes_context
ctx
[
1
]
)
aes.c:624
return_type
bluedroid_aes_decrypt
(
const
unsigned
char
in
[
N_BLOCK
]
,
aes.h:103
if
(
bluedroid_aes_decrypt
(
in
,
out
,
ctx
)
!=
EXIT_SUCCESS
)
{
aes.c:660
aes_cbc_decrypt()
Call Tree
from
examples
bluedroid_aes_decrypt()
is called by 1 function and calls 4 functions:
aes_cbc_decrypt()
All items filtered out
bluedroid_aes_decrypt()
copy_and_key()
add_round_key()
inv_shift_sub_rows()
inv_mix_sub_columns()
All items filtered out
Data Use
from
examples
bluedroid_aes_decrypt()
reads 2 variables:
aes_context::ksch
aes_context::rnd
All items filtered out
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