ESP-IDF
tc_cmac_struct
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tc_cmac_struct
tc_cmac_struct struct
Syntax
Show:
Summary
Declaration
from
cmac_mode.h:112
typedef
struct
tc_cmac_struct
{
uint8_t
iv
[
TC_AES_BLOCK_SIZE
]
;
uint8_t
K1
[
TC_AES_BLOCK_SIZE
]
;
uint8_t
K2
[
TC_AES_BLOCK_SIZE
]
;
uint8_t
leftover
[
TC_AES_BLOCK_SIZE
]
;
unsigned
int
keyid
;
unsigned
int
leftover_offset
;
TCAesKeySched_t
sched
;
uint64_t
countdown
;
}
*
TCCmacState_t
;
Fields
Field
Declared as
tc_cmac_struct::iv
uint8_t
[
TC_AES_BLOCK_SIZE
]
tc_cmac_struct::K1
uint8_t
[
TC_AES_BLOCK_SIZE
]
tc_cmac_struct::K2
uint8_t
[
TC_AES_BLOCK_SIZE
]
tc_cmac_struct::leftover
uint8_t
[
TC_AES_BLOCK_SIZE
]
tc_cmac_struct::keyid
unsigned
int
tc_cmac_struct::leftover_offset
unsigned
int
tc_cmac_struct::sched
TCAesKeySched_t
tc_cmac_struct::countdown
uint64_t
Related Functions
Found 5 other functions taking a
tc_cmac_struct
argument:
Function
Description
tc_cmac_erase()
Erases the CMAC state
tc_cmac_init()
Initializes a new CMAC computation
tc_cmac_setup()
Configures the CMAC state to use the given AES key
tc_cmac_final()
Generates the tag from the CMAC state
tc_cmac_update()
Incrementally computes CMAC over the next data segment
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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