Home
last modified time | relevance | path

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

/src/sys/dev/random/
H A Drandom_harvestq.c142 struct entropy_buffer { struct
179 struct entropy_buffer *buf; in random_kthread()
850 struct entropy_buffer *buf; in random_harvest_queue_()
/src/contrib/tzcode/
H A Dzic.c1485 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local
1490 s = getrandom(entropy_buffer, sizeof entropy_buffer, 0); in get_rand_u64()
1496 nwords = s / sizeof *entropy_buffer; in get_rand_u64()
1499 return entropy_buffer[--nwords]; in get_rand_u64()