Home
last modified time | relevance | path

Searched refs:ossl_rand_pool_new (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/rand/
H A Dprov_seed.c26 pool = ossl_rand_pool_new(entropy, 1, min_len, max_len); in ossl_rand_get_entropy()
82 pool = ossl_rand_pool_new(0, 0, min_len, max_len); in ossl_rand_get_nonce()
H A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() function
H A Drand_lib.c136 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
/openssl/providers/implementations/rands/
H A Dseed_src.c105 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in seed_src_generate()
185 pool = ossl_rand_pool_new(entropy, 1, min_len, max_len); in seed_get_seed()
/openssl/include/crypto/
H A Drand_pool.h85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,

Completed in 15 milliseconds