Home
last modified time | relevance | path

Searched refs:rand_pool_add_end (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/rand/
Drand_lib.c99 rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in rand_acquire_entropy_from_cpu()
104 rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in rand_acquire_entropy_from_cpu()
107 rand_pool_add_end(pool, 0, 0); in rand_acquire_entropy_from_cpu()
183 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_drbg_get_entropy()
818 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in rand_pool_add_end() function
Drand_unix.c656 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy()
697 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy()
745 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy()
/freebsd-12-stable/crypto/openssl/include/crypto/
Drand.h86 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt1030 RAND_F_RAND_POOL_ADD_END:114:rand_pool_add_end