Home
last modified time | relevance | path

Searched refs:EVP_RAND_fetch (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod19 EVP_RAND_fetch() function.
41 EVP_RAND *rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
53 rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
59 rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
H A DEVP_RAND-HASH-DRBG.pod15 EVP_RAND_fetch() function.
59 EVP_RAND *rand = EVP_RAND_fetch(NULL, "HASH-DRBG", NULL);
70 rand = EVP_RAND_fetch(NULL, "HASH-DRBG", NULL);
H A DEVP_RAND-HMAC-DRBG.pod15 EVP_RAND_fetch() function.
61 EVP_RAND *rand = EVP_RAND_fetch(NULL, "HMAC-DRBG", NULL);
72 rand = EVP_RAND_fetch(NULL, "HMAC-DRBG", NULL);
H A DEVP_RAND-CTR-DRBG.pod15 EVP_RAND_fetch() function.
65 EVP_RAND *rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
76 rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
H A DEVP_RAND-TEST-RAND.pod15 EVP_RAND_fetch() function.
69 EVP_RAND *rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
82 rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
H A Dcrypto.pod255 =item L<EVP_RAND_fetch(3)>
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod5 EVP_RAND, EVP_RAND_fetch, EVP_RAND_free, EVP_RAND_up_ref, EVP_RAND_CTX,
27 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
98 EVP_RAND_fetch() fetches an implementation of a RAND I<algorithm>, given
357 EVP_RAND_fetch() returns a pointer to a newly fetched B<EVP_RAND>, or
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c542 rand = EVP_RAND_fetch(libctx, name, dgbl->seed_propq); in rand_new_seed()
575 rand = EVP_RAND_fetch(libctx, name, dgbl->rng_propq); in rand_new_drbg()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c265 rand = EVP_RAND_fetch(libctx, "TEST-RAND", NULL); in self_test_drbg()
279 rand = EVP_RAND_fetch(libctx, t->algorithm, NULL); in self_test_drbg()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch() function
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c798 if (!TEST_ptr(rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL)) in new_drbg()
H A Dacvp_test.c1322 if (!TEST_ptr(rand = EVP_RAND_fetch(libctx, "TEST-RAND", "-fips")) in drbg_test()
1334 if (!TEST_ptr(rand = EVP_RAND_fetch(libctx, tst->drbg_name, "")) in drbg_test()
H A Devp_test.c2469 rand = EVP_RAND_fetch(libctx, "TEST-RAND", "-fips"); in rand_test_init()
2481 rand = EVP_RAND_fetch(libctx, name, NULL); in rand_test_init()
H A Devp_extra_test.c3281 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq))) in test_rand_agglomeration()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1242 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
/freebsd/secure/lib/libcrypto/
H A DVersion.map4767 EVP_RAND_fetch;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2286 MLINKS+= EVP_RAND.3 EVP_RAND_fetch.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5045 EVP_RAND_fetch 5173 3_0_0 EXIST::FUNCTION: