Searched refs:entropy_buffer (Results 1 – 1 of 1) sorted by relevance
1235 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local1240 s = getrandom(entropy_buffer, sizeof entropy_buffer, 0); in get_rand_u64()1243 nwords = s < 0 ? -1 : s / sizeof *entropy_buffer; in get_rand_u64()1246 return entropy_buffer[--nwords]; in get_rand_u64()