ESP-IDF
tc_hmac_prng_struct::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
tc_hmac_prng_struct::key
tc_hmac_prng_struct::key field
Syntax
Show:
Summary
Declaration
from
hmac_prng.h:84
uint8_t
key
[
TC_SHA256_DIGEST_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
key
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:84
uint8_t
key
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:84
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:84
update()
(
void
)
tc_hmac_final
(
prng
->
key
,
sizeof
(
prng
->
key
)
,
&
prng
->
h
)
;
hmac_prng.c:98
update()
(
void
)
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:101
update()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:113
update()
(
void
)
tc_hmac_final
(
prng
->
key
,
sizeof
(
prng
->
key
)
,
&
prng
->
h
)
;
hmac_prng.c:123
update()
(
void
)
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:126
update()
_set
(
prng
->
key
,
0x00
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:147
tc_hmac_prng_init()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:214
tc_hmac_prng_generate()
(
void
)
tc_hmac_final
(
prng
->
key
,
sizeof
(
prng
->
key
)
,
&
prng
->
h
)
;
hmac_prng.c:88
update()
(
void
)
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:90
update()
(
void
)
tc_hmac_final
(
prng
->
key
,
sizeof
(
prng
->
key
)
,
&
prng
->
h
)
;
hmac_prng.c:102
update()
(
void
)
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:104
update()
_set
(
prng
->
key
,
0x00
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:125
tc_hmac_prng_init()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:127
tc_hmac_prng_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_hmac_prng_struct::key
is read by 4 functions:
All items filtered out
tc_hmac_prng_struct::key
update()
tc_hmac_prng_init()
update()
tc_hmac_prng_generate()
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