OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:have_entropy
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-fortuna.c
440
static int
have_entropy
;
variable
547
if (!
have_entropy
)
548
have_entropy
= fortuna_reseed();
549
return (init_done &&
have_entropy
);
562
have_entropy
= 1;
597
have_entropy
= 0;
rand-fortuna.c
440
static int
have_entropy
;
variable
547
if (!
have_entropy
)
548
have_entropy
= fortuna_reseed();
549
return (init_done &&
have_entropy
);
562
have_entropy
= 1;
597
have_entropy
= 0;
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026