HomeSort by: relevance | last modified time | path
    Searched defs:entropy_buffer (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
zic.c 1254 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; local in function:get_rand_u64
1259 s = getrandom(entropy_buffer, sizeof entropy_buffer, 0);
1262 nwords = s < 0 ? -1 : (int)(s / sizeof *entropy_buffer);
1265 return entropy_buffer[--nwords];

Completed in 15 milliseconds