Searched refs:ossl_rand_pool_length (Results 1 – 5 of 5) sorted by relevance
33 ret = ossl_rand_pool_length(pool); in ossl_rand_get_entropy()65 ret = ossl_rand_pool_length(pool); in ossl_rand_get_nonce()
134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length() function
143 ossl_rand_pool_length(pool), in RAND_poll()
96 size_t ossl_rand_pool_length(RAND_POOL *pool);
117 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()
Completed in 7 milliseconds