Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c139 struct entropy_buffer { struct
176 struct entropy_buffer *buf; in random_kthread()
773 struct entropy_buffer *buf; in random_harvest_queue_()
/freebsd/contrib/tzcode/
H A Dzic.c1274 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local
1279 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()