Home
last modified time | relevance | path

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

/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.c152 ossl_rand_pool_length(pool), in RAND_poll()
/openssl/providers/implementations/rands/
H A Dseed_src.c115 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()
195 ret = ossl_rand_pool_length(pool); in seed_get_seed()
H A Dseed_src_jitter.c197 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in jitter_generate()
280 ret = ossl_rand_pool_length(pool); in jitter_get_seed()
/openssl/include/crypto/
H A Drand_pool.h96 size_t ossl_rand_pool_length(RAND_POOL *pool);

Completed in 13 milliseconds