Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 14 of 14) sorted by relevance

/openssl/crypto/rand/
H A Drand_pool.c25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local
64 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_attach() local
88 void ossl_rand_pool_free(RAND_POOL *pool) in ossl_rand_pool_free()
120 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy()
128 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length()
139 unsigned char *ossl_rand_pool_detach(RAND_POOL *pool) in ossl_rand_pool_detach()
174 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool) in ossl_rand_pool_entropy_available()
190 size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool) in ossl_rand_pool_entropy_needed()
199 static int rand_pool_grow(RAND_POOL *pool, size_t len) in rand_pool_grow()
287 size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool) in ossl_rand_pool_bytes_remaining()
[all …]
H A Dprov_seed.c24 RAND_POOL *pool; in ossl_rand_get_entropy() local
80 RAND_POOL *pool; in ossl_rand_get_nonce() local
H A Drand_lib.c140 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() local
/openssl/crypto/async/
H A Dasync.c102 async_pool *pool; in async_get_pool_job() local
134 async_pool *pool; in async_release_job() local
315 static void async_empty_pool(async_pool *pool) in async_empty_pool()
350 async_pool *pool; in ASYNC_init_thread() local
409 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_delete_thread_state() local
/openssl/providers/implementations/rands/seeding/
H A Drand_tsc.c33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_tsc()
H A Drand_win.c47 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
127 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
H A Drand_vms.c345 size_t data_collect_method(RAND_POOL *pool) in data_collect_method()
501 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method()
544 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
551 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
H A Drand_cpu_arm64.c33 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_cpu()
H A Drand_vxworks.c79 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
101 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
H A Drand_cpu_x86.c38 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_cpu()
H A Drand_unix.c139 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
622 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
744 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
/openssl/providers/implementations/rands/
H A Dseed_src_jitter.c59 RAND_POOL *pool) in ossl_prov_acquire_entropy_from_jitter()
178 RAND_POOL *pool; in jitter_generate() local
267 RAND_POOL *pool; in jitter_get_seed() local
H A Dseed_src.c96 RAND_POOL *pool; in seed_src_generate() local
183 RAND_POOL *pool; in seed_get_seed() local
/openssl/crypto/bn/
H A Dbn_ctx.c65 BN_POOL pool; member
160 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local

Completed in 47 milliseconds