Searched refs:EVP_RAND_CTX_new (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man7/ |
D | EVP_RAND-SEED-SRC.pod | 42 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);
|
D | EVP_RAND-HASH-DRBG.pod | 60 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 71 rctx = EVP_RAND_CTX_new(rand, NULL);
|
D | EVP_RAND-HMAC-DRBG.pod | 62 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 73 rctx = EVP_RAND_CTX_new(rand, NULL);
|
D | EVP_RAND-CTR-DRBG.pod | 66 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 77 rctx = EVP_RAND_CTX_new(rand, NULL);
|
D | EVP_RAND-TEST-RAND.pod | 70 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 83 rctx = EVP_RAND_CTX_new(rand, NULL);
|
D | life_cycle-rand.pod | 51 | EVP_RAND_CTX_new 90 EVP_RAND_CTX_new newed 113 <tr><th style="border:1px solid" align="left">EVP_RAND_CTX_new</th>
|
D | EVP_RAND.pod | 70 a pointer to the parent EVP_RAND_CTX as argument to the EVP_RAND_CTX_new() call.
|
/third_party/openssl/doc/life-cycles/ |
D | rand.dot | 10 begin -> newed [label="EVP_RAND_CTX_new"];
|
/third_party/openssl/doc/man3/ |
D | EVP_RAND.pod | 6 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/ |
D | rand_lib.c | 540 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/ |
D | self_test_kats.c | 269 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/ |
D | drbgtest.c | 799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent)) in new_drbg()
|
D | acvp_test.c | 1323 || !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()
|
D | evp_test.c | 2436 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()
|
D | evp_extra_test.c | 3085 ctx = EVP_RAND_CTX_new(rand, NULL); in test_rand_agglomeration()
|
/third_party/openssl/crypto/evp/ |
D | evp_rand.c | 330 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/ |
D | evp.h | 1250 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
|
/third_party/openssl/util/ |
D | libcrypto.num | 5052 EVP_RAND_CTX_new 5180 3_0_0 EXIST::FUNCTION:
|