Home
last modified time | relevance | path

Searched refs:ossl_rand_pool_entropy (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h95 size_t ossl_rand_pool_entropy(RAND_POOL *pool);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c126 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy() function
H A Drand_lib.c147 (ossl_rand_pool_entropy(pool) / 8.0)) == 0) in RAND_poll()