Searched refs:ossl_rand_pool_buffer (Results 1 – 5 of 5) sorted by relevance
91 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool);
119 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()
205 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in jitter_generate()
112 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool) in ossl_rand_pool_buffer() function
246 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll()