ESP-IDF
TCCtrPrng_t::key
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
TCCtrPrng_t::key
TCCtrPrng_t::key field
Syntax
Show:
Summary
Declaration
from
ctr_prng.h:75
struct
tc_aes_key_sched_struct
key
;
Examples
References
from
examples
Code
Location
Referrer
struct
tc_aes_key_sched_struct
key
;
ctr_prng.h:75
struct
tc_aes_key_sched_struct
key
;
ctr_prng.h:75
(
void
)
tc_aes_encrypt
(
output_block
,
ctx
->
V
,
&
ctx
->
key
)
;
ctr_prng.c:93
tc_ctr_prng_update()
(
void
)
tc_aes128_set_encrypt_key
(
&
ctx
->
key
,
temp
)
;
ctr_prng.c:110
tc_ctr_prng_update()
(
void
)
tc_aes128_set_encrypt_key
(
&
ctx
->
key
,
zeroArr
)
;
ctr_prng.c:148
tc_ctr_prng_init()
(
void
)
tc_aes_encrypt
(
output_block
,
ctx
->
V
,
&
ctx
->
key
)
;
ctr_prng.c:247
tc_ctr_prng_generate()
memset
(
ctx
->
key
.
words
,
0x00
,
sizeof
ctx
->
key
.
words
)
;
ctr_prng.c:275
tc_ctr_prng_uninstantiate()
(
void
)
tc_aes_encrypt
(
output_block
,
ctx
->
V
,
&
ctx
->
key
)
;
ctr_prng.c:93
tc_ctr_prng_update()
(
void
)
tc_aes128_set_encrypt_key
(
&
ctx
->
key
,
temp
)
;
ctr_prng.c:110
tc_ctr_prng_update()
(
void
)
tc_aes128_set_encrypt_key
(
&
ctx
->
key
,
zeroArr
)
;
ctr_prng.c:148
tc_ctr_prng_init()
(
void
)
tc_aes_encrypt
(
output_block
,
ctx
->
V
,
&
ctx
->
key
)
;
ctr_prng.c:247
tc_ctr_prng_generate()
memset
(
ctx
->
key
.
words
,
0x00
,
sizeof
ctx
->
key
.
words
)
;
ctr_prng.c:275
tc_ctr_prng_uninstantiate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TCCtrPrng_t::key
is read by 1 function:
All items filtered out
TCCtrPrng_t::key
tc_ctr_prng_uninstantiate()
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