Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/trng/
A Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
82 for (word_i = 0; word_i < to_fill; word_i++) { in trng_pack_entropy()
130 out[to_fill - 1] &= mask; in trng_pack_entropy()

Completed in 2 milliseconds