Searched refs:ossl_rand_pool_new (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/rand/ |
H A D | prov_seed.c | 26 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 D | rand_pool.c | 22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() function
|
H A D | rand_lib.c | 140 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
|
/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 105 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()
|
H A D | seed_src_jitter.c | 187 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in jitter_generate() 270 pool = ossl_rand_pool_new(entropy, 1, min_len, max_len); in jitter_get_seed()
|
/openssl/include/crypto/ |
H A D | rand_pool.h | 85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
Completed in 15 milliseconds