Searched refs:EVP_RAND_reseed (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/rand/ |
D | rand_meth.c | 22 return EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in drbg_add()
|
D | rand_lib.c | 258 EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in RAND_seed() 274 EVP_RAND_reseed(drbg, 0, NULL, 0, buf, num); in RAND_add()
|
/third_party/openssl/test/ |
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()
|
D | evp_test.c | 2609 if (!TEST_true(EVP_RAND_reseed in rand_test_run()
|
/third_party/openssl/doc/man3/ |
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.
|
/third_party/openssl/crypto/evp/ |
D | evp_rand.c | 596 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance, in EVP_RAND_reseed() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1277 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
|
/third_party/openssl/util/ |
D | libcrypto.num | 5065 EVP_RAND_reseed 5193 3_0_0 EXIST::FUNCTION:
|