Home
last modified time | relevance | path

Searched refs:entropy_requested (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/rand/
H A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() argument
45 pool->entropy_requested = entropy_requested; in ossl_rand_pool_new()
174 if (pool->entropy < pool->entropy_requested) in ossl_rand_pool_entropy_available()
190 if (pool->entropy < pool->entropy_requested) in ossl_rand_pool_entropy_needed()
191 return pool->entropy_requested - pool->entropy; in ossl_rand_pool_entropy_needed()
/src/crypto/openssl/include/crypto/
H A Drand_pool.h81 size_t entropy_requested; /* requested entropy count in bits */ member
84 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,