ESP-IDF
tc_ccm_mode_struct::sched
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tc_ccm_mode_struct::sched
tc_ccm_mode_struct::sched field
Syntax
Show:
Summary
Declaration
from
ccm_mode.h:92
TCAesKeySched_t
sched
;
Examples
References
from
examples
Code
Location
Referrer
TCAesKeySched_t
sched
;
/* AES key schedule */
ccm_mode.h:92
TCAesKeySched_t
sched
;
/* AES key schedule */
ccm_mode.h:92
c
->
sched
=
sched
;
ccm_mode.c:55
tc_ccm_config()
(
void
)
tc_aes_encrypt
(
tag
,
b
,
c
->
sched
)
;
ccm_mode.c:169
tc_ccm_generation_encryption()
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_ctr_mode
(
out
,
plen
,
payload
,
plen
,
b
,
c
->
sched
)
;
ccm_mode.c:184
tc_ccm_generation_encryption()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:189
tc_ccm_generation_encryption()
ccm_ctr_mode
(
out
,
plen
-
c
->
mlen
,
payload
,
plen
-
c
->
mlen
,
b
,
c
->
sched
)
;
ccm_mode.c:229
tc_ccm_decryption_verification()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:234
tc_ccm_decryption_verification()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:250
tc_ccm_decryption_verification()
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()
c
->
sched
=
sched
;
ccm_mode.c:55
tc_ccm_config()
(
void
)
tc_aes_encrypt
(
tag
,
b
,
c
->
sched
)
;
ccm_mode.c:169
tc_ccm_generation_encryption()
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_ctr_mode
(
out
,
plen
,
payload
,
plen
,
b
,
c
->
sched
)
;
ccm_mode.c:184
tc_ccm_generation_encryption()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:189
tc_ccm_generation_encryption()
ccm_ctr_mode
(
out
,
plen
-
c
->
mlen
,
payload
,
plen
-
c
->
mlen
,
b
,
c
->
sched
)
;
ccm_mode.c:229
tc_ccm_decryption_verification()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:234
tc_ccm_decryption_verification()
(
void
)
tc_aes_encrypt
(
b
,
b
,
c
->
sched
)
;
ccm_mode.c:250
tc_ccm_decryption_verification()
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
All items filtered out
All items filtered out
Data Use
from
examples
tc_ccm_mode_struct::sched
is written by 1 function and is read by 2 functions:
tc_ccm_config()
All items filtered out
tc_ccm_mode_struct::sched
tc_ccm_generation_encryption()
tc_ccm_decryption_verification()
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