Home
last modified time | relevance | path

Searched refs:rand_acquire_entropy_from_cpu (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Drand.h42 size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_win.c62 entropy_available = rand_acquire_entropy_from_cpu(pool); in rand_pool_acquire_entropy()
H A Drand_unix.c719 entropy_available = rand_acquire_entropy_from_cpu(pool); in rand_pool_acquire_entropy()
H A Drand_lib.c85 size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool) in rand_acquire_entropy_from_cpu() function