HomeSort by relevance Sort by last modified time
    Searched full:pool0_len (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/prngs/
fortuna.c 113 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/
tomcrypt_prng.h 28 pool0_len, /* length of 0'th pool */ member in struct:fortuna_prng

Completed in 94 milliseconds