Lines Matching refs:entropy
62 size_t entropy) in ossl_rand_pool_attach() argument
80 pool->entropy = entropy; in ossl_rand_pool_attach()
122 return pool->entropy; in ossl_rand_pool_entropy()
143 pool->entropy = 0; in ossl_rand_pool_detach()
176 if (pool->entropy < pool->entropy_requested) in ossl_rand_pool_entropy_available()
182 return pool->entropy; in ossl_rand_pool_entropy_available()
192 if (pool->entropy < pool->entropy_requested) in ossl_rand_pool_entropy_needed()
193 return pool->entropy_requested - pool->entropy; in ossl_rand_pool_entropy_needed()
302 const unsigned char *buffer, size_t len, size_t entropy) in ossl_rand_pool_add() argument
338 pool->entropy += entropy; in ossl_rand_pool_add()
395 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in ossl_rand_pool_add_end() argument
404 pool->entropy += entropy; in ossl_rand_pool_add_end()