Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_lib.c149 pool->entropy_requested = entropy; in rand_drbg_get_entropy()
432 RAND_POOL *rand_pool_new(int entropy_requested, int secure, in rand_pool_new() argument
464 pool->entropy_requested = entropy_requested; in rand_pool_new()
597 if (pool->entropy < pool->entropy_requested) in rand_pool_entropy_available()
613 if (pool->entropy < pool->entropy_requested) in rand_pool_entropy_needed()
614 return pool->entropy_requested - pool->entropy; in rand_pool_entropy_needed()
H A Drand_local.h178 size_t entropy_requested; /* requested entropy count in bits */ member
/freebsd-13.1/crypto/openssl/include/crypto/
H A Drand.h64 RAND_POOL *rand_pool_new(int entropy_requested, int secure,