ESP-IDF
tc_hmac_prng_struct::v
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_hmac_prng_struct::v
tc_hmac_prng_struct::v field
Syntax
Show:
Summary
Declaration
from
hmac_prng.h:86
uint8_t
v
[
TC_SHA256_DIGEST_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
v
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:86
uint8_t
v
[
TC_SHA256_DIGEST_SIZE
]
;
hmac_prng.h:86
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:88
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:105
update()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:106
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:117
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:130
update()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:131
update()
_set
(
prng
->
v
,
0x01
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:148
tc_hmac_prng_init()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:218
tc_hmac_prng_generate()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:219
tc_hmac_prng_generate()
(
void
)
_copy
(
out
,
bufferlen
,
prng
->
v
,
bufferlen
)
;
hmac_prng.c:223
tc_hmac_prng_generate()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:85
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:94
update()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:95
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:99
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:108
update()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:109
update()
_set
(
prng
->
v
,
0x01
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:126
tc_hmac_prng_init()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:196
tc_hmac_prng_generate()
(
void
)
tc_hmac_final
(
prng
->
v
,
sizeof
(
prng
->
v
)
,
&
prng
->
h
)
;
hmac_prng.c:197
tc_hmac_prng_generate()
(
void
)
_copy
(
out
,
bufferlen
,
prng
->
v
,
bufferlen
)
;
hmac_prng.c:201
tc_hmac_prng_generate()
update
(
prng
,
prng
->
v
,
TC_SHA256_DIGEST_SIZE
)
;
hmac_prng.c:209
tc_hmac_prng_generate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_hmac_prng_struct::v
is read by 4 functions:
All items filtered out
tc_hmac_prng_struct::v
update()
tc_hmac_prng_init()
tc_hmac_prng_generate()
update()
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