Searched defs:entropy_buffer (Results 1 – 2 of 2) sorted by relevance
142 struct entropy_buffer { struct143 struct harvest_event ring[RANDOM_RING_MAX];144 u_int pos;
1274 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local