Searched refs:EVP_RAND_fetch (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 19 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 D | EVP_RAND-HASH-DRBG.pod | 15 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 D | EVP_RAND-HMAC-DRBG.pod | 15 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 D | EVP_RAND-CTR-DRBG.pod | 15 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 D | EVP_RAND-TEST-RAND.pod | 15 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 D | crypto.pod | 255 =item L<EVP_RAND_fetch(3)>
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_lib.c | 542 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
H A D | self_test_kats.c | 265 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_rand.c | 273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | drbgtest.c | 798 if (!TEST_ptr(rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL)) in new_drbg()
|
H A D | acvp_test.c | 1322 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 D | evp_test.c | 2469 rand = EVP_RAND_fetch(libctx, "TEST-RAND", "-fips"); in rand_test_init() 2481 rand = EVP_RAND_fetch(libctx, name, NULL); in rand_test_init()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | evp.h | 1242 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
|