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