HomeSort by: relevance | last modified time | path
    Searched refs:RAND_DRBG_reseed (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rand_drbg.h 73 int RAND_DRBG_reseed(RAND_DRBG *drbg,
  /src/crypto/external/bsd/openssl.old/dist/test/
drbgtest.c 198 if (!TEST_true(RAND_DRBG_reseed(drbg, td->adinreseed, td->adinreseedlen, 0)
434 || !TEST_false(RAND_DRBG_reseed(drbg, td->adin, drbg->max_adinlen + 1, 0)))
439 if (!TEST_false(RAND_DRBG_reseed(drbg, td->adin, td->adinlen, 0))
447 if (!TEST_false(RAND_DRBG_reseed(drbg, td->adin, td->adinlen, 0))
455 if (!TEST_false(RAND_DRBG_reseed(drbg, td->adin, td->adinlen, 0))
drbg_cavs_test.c 161 if (!TEST_true(RAND_DRBG_reseed(drbg, data->addinreseed, td->addinlen, 0))
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c 401 int RAND_DRBG_reseed(RAND_DRBG *drbg,
536 * Similar to RAND_DRBG_reseed(), but the provided additional
544 if (!RAND_DRBG_reseed(drbg, NULL, 0, 0)) {
619 if (!RAND_DRBG_reseed(drbg, adin, adinlen, prediction_resistance)) {

Completed in 17 milliseconds