Home
last modified time | relevance | path

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

/third_party/openssl/doc/man7/
DEVP_RAND-SEED-SRC.pod42 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
54 seed = EVP_RAND_CTX_new(rand, NULL);
59 rctx = EVP_RAND_CTX_new(rand, seed);
DEVP_RAND-HASH-DRBG.pod60 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
71 rctx = EVP_RAND_CTX_new(rand, NULL);
DEVP_RAND-HMAC-DRBG.pod62 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
73 rctx = EVP_RAND_CTX_new(rand, NULL);
DEVP_RAND-CTR-DRBG.pod66 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
77 rctx = EVP_RAND_CTX_new(rand, NULL);
DEVP_RAND-TEST-RAND.pod70 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
83 rctx = EVP_RAND_CTX_new(rand, NULL);
Dlife_cycle-rand.pod51 | EVP_RAND_CTX_new
90 EVP_RAND_CTX_new newed
113 <tr><th style="border:1px solid" align="left">EVP_RAND_CTX_new</th>
DEVP_RAND.pod70 a pointer to the parent EVP_RAND_CTX as argument to the EVP_RAND_CTX_new() call.
/third_party/openssl/doc/life-cycles/
Drand.dot10 begin -> newed [label="EVP_RAND_CTX_new"];
/third_party/openssl/doc/man3/
DEVP_RAND.pod6 EVP_RAND_CTX_new, EVP_RAND_CTX_free, EVP_RAND_instantiate,
31 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
84 EVP_RAND_CTX_new(), inputs to the algorithm are supplied either by
113 EVP_RAND_CTX_new() creates a new context for the RAND implementation I<rand>.
365 EVP_RAND_CTX_new() returns either the newly allocated
/third_party/openssl/crypto/rand/
Drand_lib.c540 ctx = EVP_RAND_CTX_new(rand, NULL); in rand_new_seed()
573 ctx = EVP_RAND_CTX_new(rand, parent); in rand_new_drbg()
/third_party/openssl/providers/fips/
Dself_test_kats.c269 test = EVP_RAND_CTX_new(rand, NULL); in self_test_drbg()
283 drbg = EVP_RAND_CTX_new(rand, test); in self_test_drbg()
/third_party/openssl/test/
Ddrbgtest.c799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent)) in new_drbg()
Dacvp_test.c1323 || !TEST_ptr(parent = EVP_RAND_CTX_new(rand, NULL))) in drbg_test()
1335 || !TEST_ptr(ctx = EVP_RAND_CTX_new(rand, parent))) in drbg_test()
Devp_test.c2436 rdata->parent = EVP_RAND_CTX_new(rand, NULL); in rand_test_init()
2448 rdata->ctx = EVP_RAND_CTX_new(rand, rdata->parent); in rand_test_init()
Devp_extra_test.c3085 ctx = EVP_RAND_CTX_new(rand, NULL); in test_rand_agglomeration()
/third_party/openssl/crypto/evp/
Devp_rand.c330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) in EVP_RAND_CTX_new() function
/third_party/openssl/include/openssl/
Devp.h1250 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
/third_party/openssl/util/
Dlibcrypto.num5052 EVP_RAND_CTX_new 5180 3_0_0 EXIST::FUNCTION: