OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 25 16:09:42 GMT 2025