Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c31 #define BITS_IN_POOL (WORDS_IN_POOL * BITS_PER_WORD) macro
52 assert(entropy_bit_size <= BITS_IN_POOL); in trng_fill_entropy()
133 entropy_bit_index = (entropy_bit_index + nbits) % BITS_IN_POOL; in trng_pack_entropy()