Searched refs:ossl_rand_pool_add_end (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 78 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy() 97 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy() 116 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
|
H A D | rand_cpu_x86.c | 49 ossl_rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in ossl_prov_acquire_entropy_from_cpu() 51 ossl_rand_pool_add_end(pool, 0, 0); in ossl_prov_acquire_entropy_from_cpu()
|
H A D | rand_vxworks.c | 142 ossl_rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in ossl_pool_acquire_entropy()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | rand_pool.h | 107 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_pool.c | 399 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in ossl_rand_pool_add_end() function
|