Home
last modified time | relevance | path

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

/linux/drivers/char/hw_random/
H A Dxilinx-trng.c120 int no_of_random_bytes, bool wait) in xtrng_collect_random_data() argument
127 byteleft = no_of_random_bytes & (TRNG_SEC_STRENGTH_BYTES - 1); in xtrng_collect_random_data()
128 blocks = no_of_random_bytes >> TRNG_SEC_STRENGTH_SHIFT; in xtrng_collect_random_data()
152 ret = min(ret, no_of_random_bytes - count); in xtrng_collect_random_data()