Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c98 #define ENTROPY_POOL_SIZE 4096 macro
113 static uint8_t entropy_pool[ENTROPY_POOL_SIZE] = {0};
129 if (entropy_size >= ENTROPY_POOL_SIZE) in pool_add_entropy()
132 if ((ENTROPY_POOL_SIZE - entropy_size) >= size) in pool_add_entropy()
135 copy_size = ENTROPY_POOL_SIZE - entropy_size; in pool_add_entropy()
217 if (entropy_size >= ENTROPY_POOL_SIZE) in pool_check_add_entropy()
272 if ((rq_size == 0) || (rq_size > ENTROPY_POOL_SIZE)) in rng_get_entropy()

Completed in 2 milliseconds