ESP-IDF
aes_ccm_ad()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_ad()
aes_ccm_ad() function
Syntax
Show:
Summary
Declaration
Definition
from
aes_wrap.h:68
int
__must_check
aes_ccm_ad
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
size_t
M
,
const
u8
*
crypt
,
size_t
crypt_len
,
const
u8
*
aad
,
size_t
aad_len
,
const
u8
*
auth
,
u8
*
plain
)
;
Implemented in
aes-ccm.c:179
Arguments
Argument
key
key_len
nonce
M
crypt
crypt_len
aad
aad_len
auth
plain
Examples
References
from
examples
Code
Location
Referrer
int
aes_ccm_ad
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
aes-ccm.c:179
int
__must_check
aes_ccm_ad
(
const
u8
*
key
,
size_t
key_len
,
const
u8
*
nonce
,
aes_wrap.h:68
if
(
aes_ccm_ad
(
tk
,
16
,
nonce
,
tag_len
,
data
+
8
,
mlen
,
aad
,
aad_len
,
ccmp.c:169
ccmp_decrypt()
if
(
aes_ccm_ad
(
tk
,
32
,
nonce
,
16
,
data
+
8
,
mlen
,
aad
,
aad_len
,
ccmp.c:305
ccmp_256_decrypt()
Call Tree
from
examples
aes_ccm_ad()
is called by 2 functions and calls 7 functions:
ccmp_decrypt()
ccmp_256_decrypt()
All items filtered out
aes_ccm_ad()
aes_encrypt_init()
aes_encrypt_deinit()
aes_ccm_encr()
aes_ccm_auth_start()
aes_ccm_auth()
aes_ccm_encr_start()
aes_ccm_decr_auth()
All items filtered out
Data Use
from
examples
aes_ccm_ad()
:
All items filtered out
aes_ccm_ad()
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