Home
last modified time | relevance | path

Searched refs:RAND_POOL (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Drand_pool.h83 } RAND_POOL; typedef
85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
87 RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len,
89 void ossl_rand_pool_free(RAND_POOL *pool);
91 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool);
92 unsigned char *ossl_rand_pool_detach(RAND_POOL *pool);
93 void ossl_rand_pool_reattach(RAND_POOL *pool, unsigned char *buffer);
95 size_t ossl_rand_pool_entropy(RAND_POOL *pool);
96 size_t ossl_rand_pool_length(RAND_POOL *pool);
98 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool);
[all …]
H A Drand.h125 size_t ossl_pool_acquire_entropy(RAND_POOL *pool);
126 int ossl_pool_add_nonce_data(RAND_POOL *pool);
/freebsd/crypto/openssl/crypto/rand/
H A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new()
25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new()
65 RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len, in ossl_rand_pool_attach()
68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_attach()
94 void ossl_rand_pool_free(RAND_POOL *pool) in ossl_rand_pool_free()
118 const unsigned char *ossl_rand_pool_buffer(RAND_POOL *pool) in ossl_rand_pool_buffer()
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()
157 void ossl_rand_pool_reattach(RAND_POOL *pool, unsigned char *buffer) in ossl_rand_pool_reattach()
[all …]
H A Dprov_seed.c21 RAND_POOL *pool; in ossl_rand_get_entropy()
52 RAND_POOL *pool; in ossl_rand_get_nonce()
H A Drand_lib.c134 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dseeding.h14 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool);
15 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool);
26 int ossl_rand_pool_add_additional_data(RAND_POOL *pool);
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H 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()
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()
150 int ossl_rand_pool_add_additional_data(RAND_POOL *pool) in ossl_rand_pool_add_additional_data()
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method()
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method()
543 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy()
550 int ossl_pool_add_nonce_data(RAND_POOL *pool) in ossl_pool_add_nonce_data()
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_cpu_x86.c38 size_t ossl_prov_acquire_entropy_from_cpu(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_cpu()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate()
/freebsd/crypto/openssl/util/
H A Dindent.pro643 -T RAND_POOL