ESP-IDF
tc_cmac_struct::K2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tc_cmac_struct::K2
tc_cmac_struct::K2 field
Syntax
Show:
Summary
Declaration
from
cmac_mode.h:118
uint8_t
K2
[
TC_AES_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
K2
[
TC_AES_BLOCK_SIZE
]
;
cmac_mode.h:118
uint8_t
K2
[
TC_AES_BLOCK_SIZE
]
;
cmac_mode.h:118
gf_double
(
s
->
K2
,
s
->
K1
)
;
cmac_mode.c:117
tc_cmac_setup()
k
=
(
uint8_t
*
)
s
->
K2
;
cmac_mode.c:242
tc_cmac_final()
gf_double
(
s
->
K2
,
s
->
K1
)
;
cmac_mode.c:117
tc_cmac_setup()
k
=
(
uint8_t
*
)
s
->
K2
;
cmac_mode.c:242
tc_cmac_final()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_cmac_struct::K2
is read by 2 functions:
All items filtered out
tc_cmac_struct::K2
tc_cmac_setup()
tc_cmac_final()
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