Home
last modified time | relevance | path

Searched refs:FORTUNA_POOLS (Results 1 – 3 of 3) sorted by relevance

/external/dropbear/libtomcrypt/src/prngs/
Dfortuna.c31 #ifndef FORTUNA_POOLS
32 #warning FORTUNA_POOLS was not previously defined (old headers?)
33 #define FORTUNA_POOLS 32 macro
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++) { in fortuna_reseed()
138 for (x = 0; x < FORTUNA_POOLS; x++) { in fortuna_start()
152 for (x = 0; x < FORTUNA_POOLS; x++) { in fortuna_start()
201 if (++(prng->fortuna.pool_idx) == FORTUNA_POOLS) { in fortuna_add_entropy()
293 for (x = 0; x < FORTUNA_POOLS; x++) { in fortuna_done()
[all …]
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h139 #define FORTUNA_POOLS 0 macro
Dtomcrypt_prng.h20 hash_state pool[FORTUNA_POOLS]; /* the pools */