ESP-IDF
tc_hmac_prng_struct::countdown
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::countdown
tc_hmac_prng_struct::countdown field
Syntax
Show:
Summary
Declaration
from
hmac_prng.h:88
unsigned
int
countdown
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
countdown
;
hmac_prng.h:88
unsigned
int
countdown
;
hmac_prng.h:88
prng
->
countdown
=
0
;
hmac_prng.c:153
tc_hmac_prng_init()
prng
->
countdown
=
MAX_GENS
;
hmac_prng.c:191
tc_hmac_prng_reseed()
}
else
if
(
prng
->
countdown
==
0
)
{
hmac_prng.c:206
tc_hmac_prng_generate()
prng
->
countdown
--
;
hmac_prng.c:210
tc_hmac_prng_generate()
prng
->
countdown
=
0
;
hmac_prng.c:133
tc_hmac_prng_init()
prng
->
countdown
=
MAX_GENS
;
hmac_prng.c:172
tc_hmac_prng_reseed()
}
else
if
(
prng
->
countdown
==
0
)
{
hmac_prng.c:187
tc_hmac_prng_generate()
prng
->
countdown
--
;
hmac_prng.c:191
tc_hmac_prng_generate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_hmac_prng_struct::countdown
is written by 3 functions and is read by 1 function:
tc_hmac_prng_init()
tc_hmac_prng_reseed()
tc_hmac_prng_generate()
All items filtered out
tc_hmac_prng_struct::countdown
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