Searched refs:pool0_len (Results 1 – 2 of 2) sorted by relevance
113 prng->fortuna.pool0_len = 0; in fortuna_reseed()146 prng->fortuna.pool_idx = prng->fortuna.pool0_len = prng->fortuna.wd = 0; in fortuna_start()199 prng->fortuna.pool0_len += inlen; in fortuna_add_entropy()238 if (++prng->fortuna.wd == FORTUNA_WD || prng->fortuna.pool0_len >= 64) { in fortuna_read()
28 pool0_len, /* length of 0'th pool */ member