Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/trng/
H A Dtrng_entropy_pool.c69 uint32_t bits_to_discard = nbits; in trng_pack_entropy() local
158 if (bits_to_discard < (BITS_PER_WORD - rshift)) { in trng_pack_entropy()
160 (~0ULL << ((bits_to_discard+rshift) % BITS_PER_WORD)); in trng_pack_entropy()
161 bits_to_discard = 0; in trng_pack_entropy()
171 bits_to_discard -= (BITS_PER_WORD - rshift); in trng_pack_entropy()
193 if (bits_to_discard < (BITS_PER_WORD - lshift)) { in trng_pack_entropy()
195 (~0ULL << ((bits_to_discard) % BITS_PER_WORD)); in trng_pack_entropy()
196 bits_to_discard = 0; in trng_pack_entropy()
209 bits_to_discard -= (BITS_PER_WORD - lshift); in trng_pack_entropy()