Searched refs:RAND_POOL (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | rand_pool.h | 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 *pool); 98 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool); [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);
|
/freebsd/crypto/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 *pool, unsigned char *buffer) in ossl_rand_pool_reattach() [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()
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | seeding.h | 14 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 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_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()
|
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 98 RAND_POOL *pool; in seed_src_generate()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 643 -T RAND_POOL
|