OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAND_get0_primary
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c
257
drbg =
RAND_get0_primary
(NULL);
273
drbg =
RAND_get0_primary
(NULL);
306
if ((rand =
RAND_get0_primary
(NULL)) == NULL)
619
EVP_RAND_CTX *
RAND_get0_primary
(OSSL_LIB_CTX *ctx)
684
primary =
RAND_get0_primary
(ctx);
717
primary =
RAND_get0_primary
(ctx);
/src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c
97
static EVP_RAND_CTX *
rand_get0_primary
(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
371
drbg =
RAND_get0_primary
(NULL);
387
drbg =
RAND_get0_primary
(NULL);
420
if ((rand =
RAND_get0_primary
(NULL)) == NULL)
762
static EVP_RAND_CTX *
rand_get0_primary
(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl)
function
834
EVP_RAND_CTX *
RAND_get0_primary
(OSSL_LIB_CTX *ctx)
838
return dgbl == NULL ? NULL :
rand_get0_primary
(ctx, dgbl);
850
primary =
rand_get0_primary
(ctx, dgbl);
889
primary =
rand_get0_primary
(ctx, dgbl);
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026