Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/seeding/
A Drand_win.c76 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
95 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
114 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
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()
A Drand_vxworks.c142 ossl_rand_pool_add_end(pool, bytes_needed, 8 * bytes_needed); in ossl_pool_acquire_entropy()
A Drand_unix.c648 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
689 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
737 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
/openssl-master/include/crypto/
A Drand_pool.h107 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
/openssl-master/crypto/rand/
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

Completed in 14 milliseconds