OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_RAND_fetch
(Results
1 - 18
of
18
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
rand_test.c
121
if (!TEST_ptr(parent_alg =
EVP_RAND_fetch
(NULL, "TEST-RAND", "-fips"))
122
|| !TEST_ptr(crngt_alg =
EVP_RAND_fetch
(NULL, "CRNG-TEST", "-fips"))
drbgtest.c
788
if (!TEST_ptr(rand =
EVP_RAND_fetch
(NULL, "CTR-DRBG", NULL))
acvp_test.c
1589
if (!TEST_ptr(rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", "-fips"))
1601
if (!TEST_ptr(rand =
EVP_RAND_fetch
(libctx, tst->drbg_name, ""))
evp_test.c
3553
rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", "-fips");
3565
rand =
EVP_RAND_fetch
(libctx, name, propquery);
evp_extra_test.c
4463
|| !TEST_ptr(rand =
EVP_RAND_fetch
(testctx, "TEST-RAND", testpropq)))
/src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_kats.c
306
rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", NULL);
320
rand =
EVP_RAND_fetch
(libctx, t->algorithm, NULL);
1038
rand =
EVP_RAND_fetch
(ctx, "TEST-RAND", NULL);
1052
rand =
EVP_RAND_fetch
(ctx, "HASH-DRBG", NULL);
1127
rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", NULL);
self_test.c
394
if ((testrand =
EVP_RAND_fetch
(st->libctx, "TEST-RAND", NULL)) == NULL
/src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c
542
rand =
EVP_RAND_fetch
(libctx, name, dgbl->seed_propq);
575
rand =
EVP_RAND_fetch
(libctx, name, dgbl->rng_propq);
/src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c
629
rand =
EVP_RAND_fetch
(libctx, name, propq);
684
rand =
EVP_RAND_fetch
(libctx, name, dgbl->rng_propq);
736
rand =
EVP_RAND_fetch
(libctx, "CRNG-TEST", "-fips");
/src/crypto/external/bsd/openssl/dist/providers/fips/
self_test_kats.c
265
rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", NULL);
279
rand =
EVP_RAND_fetch
(libctx, t->algorithm, NULL);
/src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_rand.c
282
EVP_RAND *
EVP_RAND_fetch
(OSSL_LIB_CTX *libctx, const char *algorithm,
/src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_rand.c
273
EVP_RAND *
EVP_RAND_fetch
(OSSL_LIB_CTX *libctx, const char *algorithm,
/src/crypto/external/bsd/openssl/dist/test/
drbgtest.c
798
if (!TEST_ptr(rand =
EVP_RAND_fetch
(NULL, "CTR-DRBG", NULL))
acvp_test.c
1322
if (!TEST_ptr(rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", "-fips"))
1334
if (!TEST_ptr(rand =
EVP_RAND_fetch
(libctx, tst->drbg_name, ""))
evp_test.c
2469
rand =
EVP_RAND_fetch
(libctx, "TEST-RAND", "-fips");
2481
rand =
EVP_RAND_fetch
(libctx, name, NULL);
evp_extra_test.c
3281
|| !TEST_ptr(rand =
EVP_RAND_fetch
(testctx, "TEST-RAND", testpropq)))
/src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h
1242
EVP_RAND *
EVP_RAND_fetch
(OSSL_LIB_CTX *libctx, const char *algorithm,
/src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h
1289
EVP_RAND *
EVP_RAND_fetch
(OSSL_LIB_CTX *libctx, const char *algorithm,
Completed in 39 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026