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 1495 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; local
1500 s = getrandom(entropy_buffer, sizeof entropy_buffer, 0);
1503 nwords = s < 0 ? -1 : (int)(s / sizeof *entropy_buffer);
1506 return entropy_buffer[--nwords];

Completed in 18 milliseconds