Home
last modified time | relevance | path

Searched refs:pool0_len (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/prngs/
Dfortuna.c113 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()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_prng.h28 pool0_len, /* length of 0'th pool */ member