Home
last modified time | relevance | path

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

/openssl-master/crypto/rand/
A Dprov_seed.c33 ret = ossl_rand_pool_length(pool); in ossl_rand_get_entropy()
65 ret = ossl_rand_pool_length(pool); in ossl_rand_get_nonce()
A Drand_pool.c134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length() function
A Drand_lib.c143 ossl_rand_pool_length(pool), in RAND_poll()
/openssl-master/include/crypto/
A Drand_pool.h96 size_t ossl_rand_pool_length(RAND_POOL *pool);
/openssl-master/providers/implementations/rands/
A Dseed_src.c117 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()

Completed in 7 milliseconds