Searched refs:EVP_RAND_fetch (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/doc/man7/ |
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); 58 rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
|
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);
|
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);
|
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);
|
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);
|
/third_party/openssl/doc/man3/ |
D | EVP_RAND.pod | 5 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 348 EVP_RAND_fetch() returns a pointer to a newly fetched B<EVP_RAND>, or
|
/third_party/openssl/crypto/rand/ |
D | rand_lib.c | 535 rand = EVP_RAND_fetch(libctx, name, dgbl->seed_propq); in rand_new_seed() 568 rand = EVP_RAND_fetch(libctx, name, dgbl->rng_propq); in rand_new_drbg()
|
/third_party/openssl/providers/fips/ |
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()
|
/third_party/openssl/test/ |
D | drbgtest.c | 798 if (!TEST_ptr(rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL)) in new_drbg()
|
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()
|
D | evp_test.c | 2433 rand = EVP_RAND_fetch(libctx, "TEST-RAND", "-fips"); in rand_test_init() 2445 rand = EVP_RAND_fetch(libctx, name, NULL); in rand_test_init()
|
D | evp_extra_test.c | 3083 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq))) in test_rand_agglomeration()
|
/third_party/openssl/crypto/evp/ |
D | evp_rand.c | 273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1240 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
|
/third_party/openssl/util/ |
D | libcrypto.num | 5045 EVP_RAND_fetch 5173 3_0_0 EXIST::FUNCTION:
|