Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Drng_fortuna.c21 #define NUM_POOLS 32 macro
51 void *pool_ctx[NUM_POOLS];
120 for (n = 0; n < NUM_POOLS; n++) { in fortuna_done()
144 for (n = 0; n < NUM_POOLS; n++) { in crypto_rng_init()
229 if (pnum >= NUM_POOLS) in add_event()
273 nval = (oval + 1) % NUM_POOLS; in get_next_pnum()
289 return (nval + NUM_POOLS - 1) % NUM_POOLS; in get_next_pnum()
451 n < NUM_POOLS && reseed_from_pool(state.reseed_count, n); n++) { in maybe_reseed()

Completed in 17 milliseconds