Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 4 of 4) sorted by relevance

/tinycrypt-latest/lib/source/
Dhmac_prng.c149 prng->countdown = 0; in tc_hmac_prng_init()
187 prng->countdown = MAX_GENS; in tc_hmac_prng_reseed()
202 } else if (prng->countdown == 0) { in tc_hmac_prng_generate()
206 prng->countdown--; in tc_hmac_prng_generate()
Dcmac_mode.c152 s->countdown = MAX_CALLS; in tc_cmac_init()
172 if (s->countdown == 0) { in tc_cmac_update()
176 s->countdown--; in tc_cmac_update()
/tinycrypt-latest/lib/include/tinycrypt/
Dhmac_prng.h88 unsigned int countdown; member
Dcmac_mode.h128 uint64_t countdown; member