ESP-IDF
tc_hmac_prng_struct::h
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::h
tc_hmac_prng_struct::h field
Syntax
Show:
Summary
Declaration
from
hmac_prng.h:82
struct
tc_hmac_state_struct
h
;
Examples
References
from
examples
Code
Location
Referrer
struct
tc_hmac_state_struct
h
;
hmac_prng.h:82
struct
tc_hmac_state_struct
h
;
hmac_prng.h:82
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:84
update()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:87
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:88
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
&
separator0
,
sizeof
(
separator0
)
)
;
hmac_prng.c:89
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
data
,
datalen
)
;
hmac_prng.c:92
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
additional_data
,
additional_datalen
)
;
hmac_prng.c:95
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()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:104
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()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:113
update()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:116
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:117
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
&
separator1
,
sizeof
(
separator1
)
)
;
hmac_prng.c:118
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
data
,
datalen
)
;
hmac_prng.c:119
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
additional_data
,
additional_datalen
)
;
hmac_prng.c:121
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()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:129
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()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:214
tc_hmac_prng_generate()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:217
tc_hmac_prng_generate()
(
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
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:84
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:85
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
&
separator0
,
sizeof
(
separator0
)
)
;
hmac_prng.c:86
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
e
,
len
)
;
hmac_prng.c:87
update()
(
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_init
(
&
prng
->
h
)
;
hmac_prng.c:93
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_init
(
&
prng
->
h
)
;
hmac_prng.c:98
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
prng
->
v
,
sizeof
(
prng
->
v
)
)
;
hmac_prng.c:99
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
&
separator1
,
sizeof
(
separator1
)
)
;
hmac_prng.c:100
update()
(
void
)
tc_hmac_update
(
&
prng
->
h
,
e
,
len
)
;
hmac_prng.c:101
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()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:107
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()
tc_hmac_set_key
(
&
prng
->
h
,
prng
->
key
,
sizeof
(
prng
->
key
)
)
;
hmac_prng.c:127
tc_hmac_prng_init()
(
void
)
tc_hmac_init
(
&
prng
->
h
)
;
hmac_prng.c:195
tc_hmac_prng_generate()
(
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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