Searched refs:reset_cnt (Results 1 – 2 of 2) sorted by relevance
112 ulong64 reset_cnt; in s_fortuna_reseed() local133 reset_cnt = prng->u.fortuna.reset_cnt + 1; in s_fortuna_reseed()136 if (x == 0 || ((reset_cnt >> (x-1)) & 1) == 0) { in s_fortuna_reseed()173 prng->u.fortuna.reset_cnt = reset_cnt; in s_fortuna_reseed()247 prng->u.fortuna.reset_cnt = prng->u.fortuna.wd = 0; in fortuna_start()400 if (prng->u.fortuna.reset_cnt == 0) { in fortuna_read()
39 ulong64 reset_cnt; /* number of times we have reseeded */ member