Home
last modified time | relevance | path

Searched refs:ossl_rand_pool_buffer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h91 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Dseed_src.c117 memcpy(out, ossl_rand_pool_buffer(pool), ossl_rand_pool_length(pool)); in seed_src_generate()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c118 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool) in ossl_rand_pool_buffer() function
H A Drand_lib.c145 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll()