Searched refs:reset_cnt (Results 1 – 2 of 2) sorted by relevance
72 ++prng->fortuna.reset_cnt; in fortuna_reseed()82 if (x == 0 || ((prng->fortuna.reset_cnt >> (x-1)) & 1) == 0) { in fortuna_reseed()147 prng->fortuna.reset_cnt = 0; in fortuna_start()
31 ulong64 reset_cnt; /* number of times we have reset */ member