Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c113 static uint8_t entropy_pool[ENTROPY_POOL_SIZE] = {0}; variable
137 memcpy((entropy_pool + entropy_size), entropy, copy_size); in pool_add_entropy()
151 memcpy(buf, &entropy_pool[off], size); in pool_get_entropy()

Completed in 2 milliseconds