Home
last modified time | relevance | path

Searched refs:LTC_FORTUNA_POOLS (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
A Dfortuna.c33 #ifndef LTC_FORTUNA_POOLS
34 #warning LTC_FORTUNA_POOLS was not previously defined (old headers?)
35 #define LTC_FORTUNA_POOLS 32 macro
38 #if LTC_FORTUNA_POOLS < 4 || LTC_FORTUNA_POOLS > 32
39 #error LTC_FORTUNA_POOLS must be in [4..32]
123 for (x = 0; x < LTC_FORTUNA_POOLS; x++) { in s_fortuna_reseed()
226 for (x = 0; x < LTC_FORTUNA_POOLS; x++) { in fortuna_start()
240 for (x = 0; x < LTC_FORTUNA_POOLS; x++) { in fortuna_start()
295 LTC_ARGCHK(pool < LTC_FORTUNA_POOLS); in fortuna_add_random_event()
327 prng->u.fortuna.pool_idx %= LTC_FORTUNA_POOLS; in fortuna_add_entropy()
[all …]
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt.c316 " Fortuna (" NAME_VALUE(LTC_FORTUNA_POOLS) ", "
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h399 #ifndef LTC_FORTUNA_POOLS
401 #define LTC_FORTUNA_POOLS 32 macro
A Dtomcrypt_prng.h29 hash_state pool[LTC_FORTUNA_POOLS]; /* the pools */

Completed in 6 milliseconds