Home
last modified time | relevance | path

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

/openssl-master/crypto/rand/
A Dprov_seed.c23 pool = ossl_rand_pool_new(entropy, 1, min_len, max_len); in ossl_rand_get_entropy()
54 pool = ossl_rand_pool_new(0, 0, min_len, max_len); in ossl_rand_get_nonce()
A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() function
A Drand_lib.c131 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
/openssl-master/include/crypto/
A Drand_pool.h85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
/openssl-master/providers/implementations/rands/
A Dseed_src.c107 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in seed_src_generate()

Completed in 8 milliseconds