Searched refs:countdown (Results 1 – 4 of 4) sorted by relevance
149 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()
152 s->countdown = MAX_CALLS; in tc_cmac_init()172 if (s->countdown == 0) { in tc_cmac_update()176 s->countdown--; in tc_cmac_update()
88 unsigned int countdown; member
128 uint64_t countdown; member