Home
last modified time | relevance | path

Searched refs:ossl_rand_pool_bytes_remaining (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h102 size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c291 size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool) in ossl_rand_pool_bytes_remaining() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_vms.c366 size_t bytes_remaining = ossl_rand_pool_bytes_remaining(pool); in data_collect_method()