Searched refs:rand_pool_add_end (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_win.c | 76 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy() 95 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy() 114 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy()
|
H A 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
|
H A D | rand_unix.c | 653 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy() 694 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy() 742 rand_pool_add_end(pool, bytes, 8 * bytes); in rand_pool_acquire_entropy()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
H A D | rand.h | 86 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1030 RAND_F_RAND_POOL_ADD_END:114:rand_pool_add_end
|