Searched refs:entropy_buffer (Results 1 – 2 of 2) sorted by relevance
139 struct entropy_buffer { struct176 struct entropy_buffer *buf; in random_kthread()773 struct entropy_buffer *buf; in random_harvest_queue_()
1274 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local1279 s = getrandom(entropy_buffer, sizeof entropy_buffer, 0); in get_rand_u64()1285 nwords = s / sizeof *entropy_buffer; in get_rand_u64()1288 return entropy_buffer[--nwords]; in get_rand_u64()