ESP-IDF
ccm_cbc_mac()
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
ccm_cbc_mac()
ccm_cbc_mac() function
Variation of CBC-MAC mode used in CCM.
Syntax
Show:
Summary
Declaration
from
ccm_mode.c:64
static
void
ccm_cbc_mac
(
uint8_t
*
T
,
const
uint8_t
*
data
,
unsigned
int
dlen
,
unsigned
int
flag
,
TCAesKeySched_t
sched
)
;
Arguments
Argument
Declared as
T
uint8_t
*
data
const
uint8_t
*
dlen
unsigned
int
flag
unsigned
int
sched
TCAesKeySched_t
Examples
References
from
examples
Code
Location
Referrer
static
void
ccm_cbc_mac
(
uint8_t
*
T
,
const
uint8_t
*
data
,
unsigned
int
dlen
,
ccm_mode.c:64
ccm_cbc_mac
(
tag
,
associated_data
,
alen
,
1
,
c
->
sched
)
;
ccm_mode.c:171
tc_ccm_generation_encryption()
ccm_cbc_mac
(
tag
,
payload
,
plen
,
0
,
c
->
sched
)
;
ccm_mode.c:174
tc_ccm_generation_encryption()
ccm_cbc_mac
(
b
,
associated_data
,
alen
,
1
,
c
->
sched
)
;
ccm_mode.c:252
tc_ccm_decryption_verification()
ccm_cbc_mac
(
b
,
out
,
plen
-
c
->
mlen
,
0
,
c
->
sched
)
;
ccm_mode.c:255
tc_ccm_decryption_verification()
Call Tree
from
examples
ccm_cbc_mac()
is called by 2 functions and calls 1 function:
tc_ccm_generation_encryption()
tc_ccm_decryption_verification()
All items filtered out
ccm_cbc_mac()
tc_aes_encrypt()
All items filtered out
Data Use
from
examples
ccm_cbc_mac()
:
All items filtered out
ccm_cbc_mac()
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