ESP-IDF
aes_ccm_auth_start()
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_ccm_auth_start()
aes_ccm_auth_start() function
Syntax
Show:
Summary
Declaration
from
aes-ccm.c:29
static
void
aes_ccm_auth_start
(
void
*
aes
,
size_t
M
,
size_t
L
,
const
u8
*
nonce
,
const
u8
*
aad
,
size_t
aad_len
,
size_t
plain_len
,
u8
*
x
)
;
Arguments
Argument
aes
M
L
nonce
aad
aad_len
plain_len
x
Examples
References
from
examples
Code
Location
Referrer
static
void
aes_ccm_auth_start
(
void
*
aes
,
size_t
M
,
size_t
L
,
const
u8
*
nonce
,
aes-ccm.c:29
aes_ccm_auth_start
(
aes
,
M
,
L
,
nonce
,
aad
,
aad_len
,
plain_len
,
x
)
;
aes-ccm.c:164
aes_ccm_ae()
aes_ccm_auth_start
(
aes
,
M
,
L
,
nonce
,
aad
,
aad_len
,
crypt_len
,
x
)
;
aes-ccm.c:202
aes_ccm_ad()
Call Tree
from
examples
aes_ccm_auth_start()
is called by 2 functions and calls 3 functions:
aes_ccm_ae()
aes_ccm_ad()
All items filtered out
aes_ccm_auth_start()
WPA_PUT_BE16()
aes_encrypt()
xor_aes_block()
All items filtered out
Data Use
from
examples
aes_ccm_auth_start()
:
All items filtered out
aes_ccm_auth_start()
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