ESP-IDF
aes_s2v()
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_s2v()
aes_s2v() function
Syntax
Show:
Summary
Declaration
from
aes-siv.c:64
static
int
aes_s2v
(
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
size_t
*
len
,
u8
*
mac
)
;
Arguments
Argument
key
key_len
num_elem
addr
len
mac
Examples
References
from
examples
Code
Location
Referrer
static
int
aes_s2v
(
const
u8
*
key
,
size_t
key_len
,
aes-siv.c:64
if
(
aes_s2v
(
k1
,
key_len
,
num_elem
+
1
,
_addr
,
_len
,
v
)
)
aes-siv.c:146
aes_siv_encrypt()
ret
=
aes_s2v
(
k1
,
key_len
,
num_elem
+
1
,
_addr
,
_len
,
check
)
;
aes-siv.c:201
aes_siv_decrypt()
Call Tree
from
examples
aes_s2v()
is called by 2 functions and calls 7 functions:
aes_siv_encrypt()
aes_siv_decrypt()
All items filtered out
aes_s2v()
bin_clear_free()
os_memdup()
omac1_aes_vector()
dbl()
xor()
xorend()
pad_block()
All items filtered out
Data Use
from
examples
aes_s2v()
reads 1 variable:
zero
All items filtered out
aes_s2v()
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