Searched refs:rand_pool_add_end (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/rand/ |
| D | rand_lib.c | 99 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
|
| D | rand_unix.c | 656 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/ |
| D | rand.h | 86 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 1030 RAND_F_RAND_POOL_ADD_END:114:rand_pool_add_end
|