Searched defs:FORTUNA_POOLS (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/prngs/
H A 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++) {
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/
H A Dtomcrypt_custom.h139 #define FORTUNA_POOLS 0 macro

Completed in 177 milliseconds