Searched refs:EVP_RAND_CTX_new (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 42 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 54 seed = EVP_RAND_CTX_new(rand, NULL); 60 rctx = EVP_RAND_CTX_new(rand, seed);
|
H A D | EVP_RAND-HASH-DRBG.pod | 60 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 71 rctx = EVP_RAND_CTX_new(rand, NULL);
|
H A D | EVP_RAND-HMAC-DRBG.pod | 62 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 73 rctx = EVP_RAND_CTX_new(rand, NULL);
|
H A D | EVP_RAND-CTR-DRBG.pod | 66 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 77 rctx = EVP_RAND_CTX_new(rand, NULL);
|
H A D | EVP_RAND-TEST-RAND.pod | 70 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand); 83 rctx = EVP_RAND_CTX_new(rand, NULL);
|
H A 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>
|
H A D | EVP_RAND.pod | 70 a pointer to the parent EVP_RAND_CTX as argument to the EVP_RAND_CTX_new() call.
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | rand.dot | 10 begin -> newed [label="EVP_RAND_CTX_new"];
|
/freebsd/crypto/openssl/doc/man3/ |
H A 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>. 374 EVP_RAND_CTX_new() returns either the newly allocated
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 547 ctx = EVP_RAND_CTX_new(rand, NULL); in rand_new_seed() 580 ctx = EVP_RAND_CTX_new(rand, parent); in rand_new_drbg()
|
/freebsd/crypto/openssl/providers/fips/ |
H A 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()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A 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
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent)) in new_drbg()
|
H A 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()
|
H A D | evp_test.c | 2472 rdata->parent = EVP_RAND_CTX_new(rand, NULL); in rand_test_init() 2484 rdata->ctx = EVP_RAND_CTX_new(rand, rdata->parent); in rand_test_init()
|
H A D | evp_extra_test.c | 3283 ctx = EVP_RAND_CTX_new(rand, NULL); in test_rand_agglomeration()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1252 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4762 EVP_RAND_CTX_new;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2278 MLINKS+= EVP_RAND.3 EVP_RAND_CTX_new.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5052 EVP_RAND_CTX_new 5180 3_0_0 EXIST::FUNCTION:
|