Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c26 static uint32_t entropy_bit_size; variable
33 #define ENTROPY_FREE_BIT (entropy_bit_size + entropy_bit_index)
47 while (nbits > entropy_bit_size) { in trng_fill_entropy()
51 entropy_bit_size += BITS_PER_WORD; in trng_fill_entropy()
52 assert(entropy_bit_size <= BITS_IN_POOL); in trng_fill_entropy()
134 entropy_bit_size -= nbits; in trng_pack_entropy()
150 entropy_bit_size = 0; in trng_entropy_pool_setup()