ESP-IDF
ccmp_aad_nonce()
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_aad_nonce()
ccmp_aad_nonce() function
Syntax
Show:
Summary
Declaration
from
ccmp.c:19
static
void
ccmp_aad_nonce
(
const
struct
ieee80211_hdr
*
hdr
,
const
u8
*
data
,
u8
*
aad
,
size_t
*
aad_len
,
u8
*
nonce
)
;
Arguments
Argument
Declared as
hdr
const
struct
ieee80211_hdr
*
data
const
u8
*
aad
u8
*
aad_len
size_t
*
nonce
u8
*
Examples
References
from
examples
Code
Location
Referrer
static
void
ccmp_aad_nonce
(
const
struct
ieee80211_hdr
*
hdr
,
const
u8
*
data
,
ccmp.c:19
ccmp_aad_nonce
(
(
const
struct
ieee80211_hdr
*
)
hdr
,
data
,
aad
,
&
aad_len
,
ccmp.c:158
ccmp_decrypt()
ccmp_aad_nonce
(
hdr
,
crypt
+
hdrlen
,
aad
,
&
aad_len
,
nonce
)
;
ccmp.c:221
ccmp_encrypt()
ccmp_aad_nonce
(
(
const
struct
ieee80211_hdr
*
)
hdr
,
data
,
aad
,
ccmp.c:300
ccmp_256_decrypt()
ccmp_aad_nonce
(
hdr
,
crypt
+
hdrlen
,
aad
,
&
aad_len
,
nonce
)
;
ccmp.c:347
ccmp_256_encrypt()
Call Tree
from
examples
ccmp_aad_nonce()
is called by 4 functions and calls 1 function:
ccmp_decrypt()
ccmp_encrypt()
ccmp_256_decrypt()
ccmp_256_encrypt()
All items filtered out
ccmp_aad_nonce()
WPA_PUT_LE16()
All items filtered out
Data Use
from
examples
ccmp_aad_nonce()
reads 4 variables:
ieee80211_hdr::frame_control
ieee80211_hdr::addr1
ieee80211_hdr::addr2
ieee80211_hdr::seq_ctrl
All items filtered out
ccmp_aad_nonce()
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