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

  /src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_lib.c 562 static EVP_RAND_CTX *rand_new_drbg(OSSL_LIB_CTX *libctx, EVP_RAND_CTX *parent, function
653 ret = dgbl->primary = rand_new_drbg(ctx, dgbl->seed,
696 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL,
729 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL,
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_lib.c 668 static EVP_RAND_CTX *rand_new_drbg(OSSL_LIB_CTX *libctx, EVP_RAND_CTX *parent, function
792 ret = rand_new_drbg(ctx, seed, PRIMARY_RESEED_INTERVAL,
865 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL,
904 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL,

Completed in 56 milliseconds