Searched refs:no_of_random_bytes (Results 1 – 1 of 1) sorted by relevance
120 int no_of_random_bytes, bool wait) in xtrng_collect_random_data() argument127 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()