Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1252 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() local
1257 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()