Searched refs:BITS_IN_POOL (Results 1 – 1 of 1) sorted by relevance
31 #define BITS_IN_POOL (WORDS_IN_POOL * BITS_PER_WORD) macro52 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()