Home
last modified time | relevance | path

Searched refs:ossl_rand_pool_add_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c78 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 Drand_cpu_x86.c49 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 Drand_vxworks.c142 ossl_rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in ossl_pool_acquire_entropy()
/freebsd/crypto/openssl/include/crypto/
H A Drand_pool.h107 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
/freebsd/crypto/openssl/crypto/rand/
H A Drand_pool.c399 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in ossl_rand_pool_add_end() function