HomeSort by relevance Sort by last modified time
    Searched refs:FORTUNA_POOLS (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/prngs/
fortuna.c 31 #ifndef FORTUNA_POOLS
32 #warning FORTUNA_POOLS was not previously defined (old headers?)
33 #define FORTUNA_POOLS 32
36 #if FORTUNA_POOLS < 4 || FORTUNA_POOLS > 32
37 #error FORTUNA_POOLS must be in [4..32]
81 for (x = 0; x < FORTUNA_POOLS; x++) {
138 for (x = 0; x < FORTUNA_POOLS; x++) {
152 for (x = 0; x < FORTUNA_POOLS; x++) {
201 if (++(prng->fortuna.pool_idx) == FORTUNA_POOLS) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 139 #define FORTUNA_POOLS 0
tomcrypt_prng.h 20 hash_state pool[FORTUNA_POOLS]; /* the pools */

Completed in 293 milliseconds