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
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amd64/stand/prekern/
prng.c
46
uint32_t
entropy
;
member in struct:__anon936
103
"size mismatch in
entropy
file");
110
SHA1Update(&sig, (uint8_t *)&rndsave->
entropy
,
111
sizeof(rndsave->
entropy
));
116
"bad SHA1 checksum in
entropy
file");
124
print_state(STATE_WARNING, "No
entropy
file could be loaded");
176
print_state(STATE_WARNING, "No CPU
entropy
feature detected");
/src/sys/sys/
rndio.h
41
* Exposed "size" of
entropy
pool, for convenience in load/save
47
uint32_t
entropy
;
member in struct:__anon7669
68
uint32_t total; /*
entropy
from this source */
76
uint32_t dt_total; /* time-delta
entropy
estimate */
78
uint32_t dv_total; /* value-delta
entropy
estimate */
90
#define RND_FLAG_ESTIMATE_TIME 0x00004000 /* estimate
entropy
on time */
91
#define RND_FLAG_ESTIMATE_VALUE 0x00008000 /* estimate
entropy
on value */
155
* Add
entropy
to the pool. len is the data length, in bytes.
156
*
entropy
is the number of bits of estimated
entropy
in the data
160
uint32_t
entropy
;
member in struct:__anon7678
[
all
...]
/src/sys/arch/powerpc/oea/
pmap.c
1154
register_t
entropy
= MFTB();
local
1169
*
entropy
from the timebase register. This is to make the
1174
pmap_vsidcontext = (pmap_vsidcontext * 0x1105) +
entropy
;
1177
entropy
+= 0xbadf00d;
1186
entropy
= hash ^ (hash >> 16);
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026