Searched refs:reset_cnt (Results 1 – 2 of 2) sorted by relevance
100 ulong64 reset_cnt; in s_fortuna_reseed() local121 reset_cnt = prng->u.fortuna.reset_cnt + 1; in s_fortuna_reseed()124 if (x == 0 || ((reset_cnt >> (x-1)) & 1) == 0) { in s_fortuna_reseed()161 prng->u.fortuna.reset_cnt = reset_cnt; in s_fortuna_reseed()235 prng->u.fortuna.reset_cnt = prng->u.fortuna.wd = 0; in fortuna_start()388 if (prng->u.fortuna.reset_cnt == 0) { in fortuna_read()
39 ulong64 reset_cnt; /* number of times we have reseeded */ member
Completed in 3 milliseconds