Searched refs:EVP_RAND_reseed (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_meth.c | 22 return EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in drbg_add()
|
H A D | rand_lib.c | 259 EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in RAND_seed() 277 EVP_RAND_reseed(drbg, 0, buf, num, NULL, 0); in RAND_add() 280 EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in RAND_add()
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 835 if (!TEST_true(EVP_RAND_reseed(z, 0, NULL, 0, NULL, 0)) in test_rand_prediction_resistance() 846 if (!TEST_true(EVP_RAND_reseed(z, 1, NULL, 0, NULL, 0)) in test_rand_prediction_resistance() 881 if (!TEST_true(EVP_RAND_reseed(z, 0, NULL, 0, NULL, 0)) in test_rand_prediction_resistance()
|
H A D | evp_test.c | 2645 if (!TEST_true(EVP_RAND_reseed in rand_test_run()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_RAND.pod | 7 EVP_RAND_uninstantiate, EVP_RAND_generate, EVP_RAND_reseed, EVP_RAND_nonce, 61 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance, 145 EVP_RAND_reseed() reseeds the RAND with new entropy. 336 EVP_RAND_instantiate(), EVP_RAND_generate() or EVP_RAND_reseed() should
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 596 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance, in EVP_RAND_reseed() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1279 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4782 EVP_RAND_reseed;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2301 MLINKS+= EVP_RAND.3 EVP_RAND_reseed.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5065 EVP_RAND_reseed 5193 3_0_0 EXIST::FUNCTION:
|