ESP-IDF
aes_siv_decrypt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
aes_siv_decrypt()
aes_siv_decrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_siv.h:16
int
aes_siv_decrypt
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
iv_crypt
,
size_t
iv_c_len
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
out
)
;
Implemented in
aes-siv.c:162
Arguments
Argument
Declared as
key
const
u8
*
key_len
size_t
iv_crypt
const
u8
*
iv_c_len
size_t
num_elem
size_t
addr
const
u8
*
[
]
len
const
size_t
*
out
u8
*
Examples
References
from
examples
Code
Location
Referrer
int
aes_siv_decrypt
(
const
u8
*
key
,
size_t
key_len
,
aes-siv.c:162
int
aes_siv_decrypt
(
const
u8
*
key
,
size_t
key_len
,
aes_siv.h:16
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:1815
dpp_auth_req_rx()
if
(
aes_siv_decrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
dpp.c:2176
dpp_auth_resp_rx_status()
if
(
aes_siv_decrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2398
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2489
dpp_auth_resp_rx()
if
(
aes_siv_decrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2579
dpp_auth_conf_rx_failure()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2735
dpp_auth_conf_rx()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:3716
dpp_conf_req_rx()
if
(
aes_siv_decrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:4475
dpp_conf_resp_rx()
if
(
aes_siv_decrypt
(
tmp
->
kek
,
tmp
->
kek_len
,
sae_pk.c:670
sae_check_confirm_pk()
Call Tree
from
examples
aes_siv_decrypt()
is called by 8 functions and calls 2 functions:
sae_check_confirm_pk()
dpp_auth_req_rx()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_auth_conf_rx()
dpp_conf_req_rx()
dpp_conf_resp_rx()
All items filtered out
aes_siv_decrypt()
aes_ctr_encrypt()
aes_s2v()
All items filtered out
Data Use
from
examples
aes_siv_decrypt()
:
All items filtered out
aes_siv_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