Home
last modified time | relevance | path

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

/openssl-master/crypto/rand/
A Drand_pool.c25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local
68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_attach() local
94 void ossl_rand_pool_free(RAND_POOL *pool) in ossl_rand_pool_free()
126 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy()
134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length()
145 unsigned char *ossl_rand_pool_detach(RAND_POOL *pool) in ossl_rand_pool_detach()
180 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool) in ossl_rand_pool_entropy_available()
196 size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool) in ossl_rand_pool_entropy_needed()
205 static int rand_pool_grow(RAND_POOL *pool, size_t len) in rand_pool_grow()
291 size_t ossl_rand_pool_bytes_remaining(RAND_POOL *pool) in ossl_rand_pool_bytes_remaining()
[all …]
A Dprov_seed.c21 RAND_POOL *pool; in ossl_rand_get_entropy() local
52 RAND_POOL *pool; in ossl_rand_get_nonce() local
A Drand_lib.c131 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() local
/openssl-master/crypto/async/
A Dasync.c106 async_pool *pool; in async_get_pool_job() local
138 async_pool *pool; in async_release_job() local
320 static void async_empty_pool(async_pool *pool) in async_empty_pool()
354 async_pool *pool; in ASYNC_init_thread() local
415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); in async_delete_thread_state() local
/openssl-master/providers/implementations/rands/seeding/
A Drand_win.c45 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
125 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
148 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method()
477 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
528 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method()
571 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
579 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
A Drand_vxworks.c79 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
99 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
121 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
A Drand_tsc.c33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_tsc()
A Drand_cpu_x86.c38 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_cpu()
A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
754 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
777 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
/openssl-master/crypto/bn/
A Dbn_ctx.c65 BN_POOL pool; member
162 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
/openssl-master/providers/implementations/rands/
A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate() local

Completed in 18 milliseconds