ESP-IDF
aes_ccm_ae()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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_ccm_ae()
aes_ccm_ae() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:65
int
__must_check
aes_ccm_ae
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
size_t
M
,
const
u8
*
plain
,
size_t
plain_len
,
const
u8
*
aad
,
size_t
aad_len
,
u8
*
crypt
,
u8
*
auth
)
;
Implemented in
aes-ccm.c:149
Arguments
Argument
key
key_len
nonce
M
plain
plain_len
aad
aad_len
crypt
auth
Examples
References
from
examples
Code
Location
Referrer
int
aes_ccm_ae
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
aes-ccm.c:149
int
__must_check
aes_ccm_ae
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
aes_wrap.h:65
if
(
aes_ccm_ae
(
tk
,
16
,
nonce
,
8
,
frame
+
hdrlen
+
8
,
plen
,
aad
,
aad_len
,
ccmp.c:225
ccmp_encrypt()
if
(
aes_ccm_ae
(
tk
,
16
,
nonce
,
8
,
frame
+
hdrlen
,
plen
,
aad
,
aad_len
,
ccmp.c:268
ccmp_encrypt_pv1()
if
(
aes_ccm_ae
(
tk
,
32
,
nonce
,
16
,
frame
+
hdrlen
,
plen
,
aad
,
aad_len
,
ccmp.c:351
ccmp_256_encrypt()
Call Tree
from
examples
aes_ccm_ae()
is called by 3 functions and calls 7 functions:
ccmp_encrypt()
ccmp_encrypt_pv1()
ccmp_256_encrypt()
All items filtered out
aes_ccm_ae()
aes_encrypt_init()
aes_encrypt_deinit()
aes_ccm_encr()
aes_ccm_encr_auth()
aes_ccm_auth_start()
aes_ccm_auth()
aes_ccm_encr_start()
All items filtered out
Data Use
from
examples
aes_ccm_ae()
:
All items filtered out
aes_ccm_ae()
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