Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/services/std_svc/trng/
A Dtrng_entropy_pool.c24 static uint32_t entropy_bit_index; variable
32 #define ENTROPY_MIN_WORD (entropy_bit_index / BITS_PER_WORD)
33 #define ENTROPY_FREE_BIT (entropy_bit_size + entropy_bit_index)
77 const unsigned int rshift = entropy_bit_index % BITS_PER_WORD; in trng_pack_entropy()
133 entropy_bit_index = (entropy_bit_index + nbits) % BITS_IN_POOL; in trng_pack_entropy()
149 entropy_bit_index = 0; in trng_entropy_pool_setup()

Completed in 4 milliseconds