OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 50 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026