Searched refs:rand_new_drbg (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 562 static EVP_RAND_CTX *rand_new_drbg(OSSL_LIB_CTX *libctx, EVP_RAND_CTX *parent, in rand_new_drbg() function 653 ret = dgbl->primary = rand_new_drbg(ctx, dgbl->seed, in RAND_get0_primary() 696 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL, in RAND_get0_public() 729 rand = rand_new_drbg(ctx, primary, SECONDARY_RESEED_INTERVAL, in RAND_get0_private()
|