Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod42 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 DEVP_RAND-HASH-DRBG.pod60 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
71 rctx = EVP_RAND_CTX_new(rand, NULL);
H A DEVP_RAND-HMAC-DRBG.pod62 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
73 rctx = EVP_RAND_CTX_new(rand, NULL);
H A DEVP_RAND-CTR-DRBG.pod66 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
77 rctx = EVP_RAND_CTX_new(rand, NULL);
H A DEVP_RAND-TEST-RAND.pod70 EVP_RAND_CTX *rctx = EVP_RAND_CTX_new(rand);
83 rctx = EVP_RAND_CTX_new(rand, NULL);
H A 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>
H A DEVP_RAND.pod70 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 Drand.dot10 begin -> newed [label="EVP_RAND_CTX_new"];
/freebsd/crypto/openssl/doc/man3/
H A 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>.
374 EVP_RAND_CTX_new() returns either the newly allocated
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c547 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 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()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c330 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 Ddrbgtest.c799 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent)) in new_drbg()
H A 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()
H A Devp_test.c2472 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 Devp_extra_test.c3283 ctx = EVP_RAND_CTX_new(rand, NULL); in test_rand_agglomeration()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1252 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4762 EVP_RAND_CTX_new;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2278 MLINKS+= EVP_RAND.3 EVP_RAND_CTX_new.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5052 EVP_RAND_CTX_new 5180 3_0_0 EXIST::FUNCTION: