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

/external/dropbear/libtomcrypt/src/prngs/
H A Dfortuna.c113 prng->fortuna.pool0_len = 0;
146 prng->fortuna.pool_idx = prng->fortuna.pool0_len = prng->fortuna.wd = 0;
199 prng->fortuna.pool0_len += inlen;
238 if (++prng->fortuna.wd == FORTUNA_WD || prng->fortuna.pool0_len >= 64) {
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h28 pool0_len, /* length of 0'th pool */ member in struct:fortuna_prng

Completed in 22 milliseconds