Home
last modified time | relevance | path

Searched refs:RAND_POOL (Results 1 - 25 of 25) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
H A Drand.h34 typedef struct rand_pool_st RAND_POOL; typedef
41 size_t rand_acquire_entropy_from_tsc(RAND_POOL *pool);
42 size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool);
57 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout);
59 void rand_drbg_cleanup_additional_data(RAND_POOL *pool, unsigned char *out);
62 * RAND_POOL functions
64 RAND_POOL *rand_pool_new(int entropy_requested, int secure,
66 RAND_POOL *rand_pool_attach(const unsigned char *buffer, size_t len,
68 void rand_pool_free(RAND_POOL *pool);
70 const unsigned char *rand_pool_buffer(RAND_POOL *poo
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Drand_pool.h27 * RAND_POOL can store a random input which has a lousy entropy rate of
83 } 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 *poo
[all...]
H A Drand.h125 size_t ossl_pool_acquire_entropy(RAND_POOL *pool);
126 int ossl_pool_add_nonce_data(RAND_POOL *pool);
/third_party/openssl/include/crypto/
H A Drand_pool.h27 * RAND_POOL can store a random input which has a lousy entropy rate of
83 } 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 *poo
[all...]
H A Drand.h125 size_t ossl_pool_acquire_entropy(RAND_POOL *pool);
126 int ossl_pool_add_nonce_data(RAND_POOL *pool);
/third_party/node/deps/openssl/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 *poo
[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()
/third_party/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 *poo
[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.c132 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
/third_party/node/deps/openssl/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_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()
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()
/third_party/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_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()
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()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate()
/third_party/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate()

Completed in 11 milliseconds