/third_party/openssl/ohos_lite/include/crypto/ |
H A D | rand.h | 34 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 D | rand_pool.h | 27 * 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 D | rand.h | 125 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 D | rand_pool.h | 27 * 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 D | rand.h | 125 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 D | rand_pool.c | 22 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 D | prov_seed.c | 21 RAND_POOL *pool; in ossl_rand_get_entropy() 52 RAND_POOL *pool; in ossl_rand_get_nonce()
|
H A D | rand_lib.c | 134 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
|
/third_party/openssl/crypto/rand/ |
H A D | rand_pool.c | 22 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 D | prov_seed.c | 21 RAND_POOL *pool; in ossl_rand_get_entropy() 52 RAND_POOL *pool; in ossl_rand_get_nonce()
|
H A D | rand_lib.c | 132 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 D | rand_vxworks.c | 79 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 D | rand_win.c | 47 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 D | rand_unix.c | 141 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 D | rand_vms.c | 344 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 D | rand_tsc.c | 33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_tsc()
|
H A D | rand_cpu_x86.c | 38 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 D | rand_vxworks.c | 79 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 D | rand_win.c | 47 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 D | rand_unix.c | 141 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 D | rand_vms.c | 344 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 D | rand_tsc.c | 33 size_t ossl_prov_acquire_entropy_from_tsc(RAND_POOL *pool) in ossl_prov_acquire_entropy_from_tsc()
|
H A D | rand_cpu_x86.c | 38 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 D | seed_src.c | 98 RAND_POOL *pool; in seed_src_generate()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 98 RAND_POOL *pool; in seed_src_generate()
|