Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c142 struct entropy_buffer { struct
143 struct harvest_event ring[RANDOM_RING_MAX];
144 u_int pos;
/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