ESP-IDF
ccmp_encrypt_pv1()
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
ccmp_encrypt_pv1()
ccmp_encrypt_pv1() function
Syntax
Show:
Summary
Declaration
Definition
from
ccmp.h:17
u8
*
ccmp_encrypt_pv1
(
const
u8
*
tk
,
const
u8
*
a1
,
const
u8
*
a2
,
const
u8
*
a3
,
const
u8
*
frame
,
size_t
len
,
size_t
hdrlen
,
const
u8
*
pn
,
int
keyid
,
size_t
*
encrypted_len
)
;
Implemented in
ccmp.c:240
Arguments
Argument
Declared as
tk
const
u8
*
a1
const
u8
*
a2
const
u8
*
a3
const
u8
*
frame
const
u8
*
len
size_t
hdrlen
size_t
pn
const
u8
*
keyid
int
encrypted_len
size_t
*
Examples
References
from
examples
Code
Location
u8
*
ccmp_encrypt_pv1
(
const
u8
*
tk
,
const
u8
*
a1
,
const
u8
*
a2
,
const
u8
*
a3
,
ccmp.c:240
u8
*
ccmp_encrypt_pv1
(
const
u8
*
tk
,
const
u8
*
a1
,
const
u8
*
a2
,
const
u8
*
a3
,
ccmp.h:17
Call Tree
from
examples
ccmp_encrypt_pv1()
calls 4 functions:
All items filtered out
ccmp_encrypt_pv1()
free()
malloc()
aes_ccm_ae()
ccmp_aad_nonce_pv1()
All items filtered out
Data Use
from
examples
ccmp_encrypt_pv1()
reads 1 variable and writes 1 variable:
ieee80211_hdr::frame_control
All items filtered out
ccmp_encrypt_pv1()
ieee80211_hdr::frame_control
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