OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_entropy
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c
293
size_t
min_entropy
= drbg->strength;
local
325
min_entropy
+= drbg->strength / 2;
331
entropylen = drbg->get_entropy(drbg, &entropy,
min_entropy
,
975
size_t
min_entropy
= drbg->strength;
local
983
min_entropy
+= drbg->strength / 2;
992
min_entropy
>>= 3;
995
return
min_entropy
> min_entropylen ?
min_entropy
: min_entropylen;
/src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg.c
355
size_t
min_entropy
, min_entropylen, max_entropylen;
local
361
min_entropy
= drbg->strength;
412
min_entropy
+= drbg->strength / 2;
436
entropylen = get_entropy(drbg, &entropy,
min_entropy
,
/src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg.c
372
size_t
min_entropy
, min_entropylen, max_entropylen;
local
378
min_entropy
= drbg->strength;
432
min_entropy
+= drbg->strength / 2;
456
entropylen = get_entropy(drbg, &entropy,
min_entropy
,
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026