Searched refs:ossl_rand_pool_new (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/rand/ |
A D | prov_seed.c | 23 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 D | rand_pool.c | 22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() function
|
A D | rand_lib.c | 131 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
|
/openssl-master/include/crypto/ |
A D | rand_pool.h | 85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
/openssl-master/providers/implementations/rands/ |
A D | seed_src.c | 107 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in seed_src_generate()
|
Completed in 8 milliseconds