Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rand/
H A Dprov_seed.c36 ret = ossl_rand_pool_length(pool); in ossl_rand_get_entropy()
93 ret = ossl_rand_pool_length(pool); in ossl_rand_get_nonce()
H A Drand_pool.c128 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length() function
H A Drand_lib.c247 ossl_rand_pool_length(pool), in RAND_poll()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dseed_src.c119 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()
200 ret = ossl_rand_pool_length(pool); in seed_get_seed()
H A Dseed_src_jitter.c205 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in jitter_generate()
289 ret = ossl_rand_pool_length(pool); in jitter_get_seed()
/freebsd/crypto/openssl/include/crypto/
H A Drand_pool.h96 size_t ossl_rand_pool_length(RAND_POOL *pool);