Home
last modified time | relevance | path

Searched refs:EVP_RAND_generate (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/crypto/rand/
H A Drand_meth.c50 return EVP_RAND_generate(drbg, out, count, 0, 0, NULL, 0); in drbg_bytes()
H A Drand_lib.c342 return EVP_RAND_generate(rand, buf, num, strength, 0, NULL, 0); in RAND_priv_bytes_ex()
371 return EVP_RAND_generate(rand, buf, num, strength, 0, NULL, 0); in RAND_bytes_ex()
/freebsd/crypto/openssl/doc/life-cycles/
H A Drand.dot12 instantiated -> instantiated [label="EVP_RAND_generate"];
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-rand.pod59 EVP_RAND_generate +-------------------------+
92 EVP_RAND_generate instantiated
125 <tr><th style="border:1px solid" align="left">EVP_RAND_generate</th>
H A DEVP_RAND.pod152 EVP_RAND_generate(<public>, ...) and
153 EVP_RAND_generate(<private>, ...),
169 Before satisfying a generate request (L<EVP_RAND_generate(3)>), the DRBG
194 L<EVP_RAND_generate(3)>.
H A DEVP_RAND-SEED-SRC.pod69 EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
H A DEVP_RAND-HASH-DRBG.pod78 EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
H A DEVP_RAND-HMAC-DRBG.pod81 EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
H A DEVP_RAND-CTR-DRBG.pod85 EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
H A DEVP_RAND-TEST-RAND.pod94 EVP_RAND_generate(rctx, bytes, sizeof(bytes), strength, 0, NULL, 0);
/freebsd/crypto/openssl/test/
H A Ddrbgtest.c61 return EVP_RAND_generate(drbg, buf, num, 0, 0, NULL, 0); in gen_bytes()
858 if (!TEST_true(EVP_RAND_generate(z, buf1, sizeof(buf1), 0, 0, NULL, 0)) in test_rand_prediction_resistance()
869 if (!TEST_true(EVP_RAND_generate(z, buf2, sizeof(buf2), 0, 1, NULL, 0)) in test_rand_prediction_resistance()
H A Dacvp_test.c1364 || !TEST_true(EVP_RAND_generate(ctx, returned_bits, returned_bits_len, in drbg_test()
1366 || !TEST_true(EVP_RAND_generate(ctx, returned_bits, returned_bits_len, in drbg_test()
H A Devp_test.c2659 if (!TEST_true(EVP_RAND_generate in rand_test_run()
2673 if (!TEST_true(EVP_RAND_generate in rand_test_run()
H A Devp_extra_test.c3294 && TEST_true(EVP_RAND_generate(ctx, out, sizeof(out), 0, 1, NULL, 0)) in test_rand_agglomeration()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod7 EVP_RAND_uninstantiate, EVP_RAND_generate, EVP_RAND_reseed, EVP_RAND_nonce,
58 int EVP_RAND_generate(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen,
87 call EVP_RAND_generate() to produce cryptographically secure random bytes.
139 EVP_RAND_generate() produces random bytes from the RAND I<ctx> with the
336 EVP_RAND_instantiate(), EVP_RAND_generate() or EVP_RAND_reseed() should
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c318 if (!EVP_RAND_generate(drbg, out, t->expectedlen, strength, in self_test_drbg()
334 if (!EVP_RAND_generate(drbg, out, t->expectedlen, strength, in self_test_drbg()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c572 int EVP_RAND_generate(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen, in EVP_RAND_generate() function
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1275 __owur int EVP_RAND_generate(EVP_RAND_CTX *ctx, unsigned char *out,
/freebsd/secure/lib/libcrypto/
H A DVersion.map4769 EVP_RAND_generate;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2288 MLINKS+= EVP_RAND.3 EVP_RAND_generate.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5064 EVP_RAND_generate 5192 3_0_0 EXIST::FUNCTION: