ESP-IDF
aes_siv_encrypt()
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
aes_siv_encrypt()
aes_siv_encrypt() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_siv.h:12
int
aes_siv_encrypt
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
pw
,
size_t
pwlen
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
out
)
;
Implemented in
aes-siv.c:119
Arguments
Argument
Declared as
key
const
u8
*
key_len
size_t
pw
const
u8
*
pwlen
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_encrypt
(
const
u8
*
key
,
size_t
key_len
,
aes-siv.c:119
int
aes_siv_encrypt
(
const
u8
*
key
,
size_t
key_len
,
aes_siv.h:12
if
(
aes_siv_encrypt
(
auth
->
k1
,
auth
->
curve
->
hash_len
,
clear
,
siv_len
,
dpp.c:578
dpp_auth_build_req()
if
(
aes_siv_encrypt
(
siv_key
,
auth
->
curve
->
hash_len
,
clear
,
siv_len
,
dpp.c:751
dpp_auth_build_resp()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1292
dpp_build_conf_req_attr()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:1536
dpp_auth_build_resp_ok()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:2092
dpp_auth_build_conf()
if
(
aes_siv_encrypt
(
auth
->
k2
,
auth
->
curve
->
hash_len
,
dpp.c:2108
dpp_auth_build_conf()
if
(
aes_siv_encrypt
(
auth
->
ke
,
auth
->
curve
->
hash_len
,
dpp.c:3648
dpp_build_conf_resp()
Call Tree
from
examples
aes_siv_encrypt()
is called by 6 functions and calls 2 functions:
dpp_auth_build_req()
dpp_auth_build_resp()
dpp_build_conf_req_attr()
dpp_auth_build_resp_ok()
dpp_auth_build_conf()
dpp_build_conf_resp()
All items filtered out
aes_siv_encrypt()
aes_ctr_encrypt()
aes_s2v()
All items filtered out
Data Use
from
examples
aes_siv_encrypt()
:
All items filtered out
aes_siv_encrypt()
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