Searched defs:entropy (Results 1 – 10 of 10) sorted by relevance
/openssl-master/crypto/rand/ |
A D | rand_pool.c | 66 size_t entropy) in ossl_rand_pool_attach() 306 const unsigned char *buffer, size_t len, size_t entropy) in ossl_rand_pool_add() 399 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in ossl_rand_pool_add_end()
|
A D | prov_seed.c | 16 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
|
/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 145 int entropy, size_t min_len, in ossl_drbg_get_seed() 194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() 365 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local 505 unsigned char *entropy = NULL; in ossl_prov_drbg_reseed() local 769 const unsigned char *entropy, size_t entropylen, in ossl_rand_drbg_new()
|
A D | test_rng.c | 45 unsigned char *entropy, *nonce; member 231 int entropy, size_t min_len, size_t max_len, in test_rng_get_seed()
|
A D | crngt.c | 104 int entropy, size_t min_len, size_t max_len, in ossl_crngt_get_entropy()
|
A D | seed_src.c | 178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
|
A D | drbg_ctr.c | 307 const unsigned char *entropy, size_t entropylen, in drbg_ctr_instantiate() 342 const unsigned char *entropy, size_t entropylen, in drbg_ctr_reseed()
|
/openssl-master/include/crypto/ |
A D | rand_pool.h | 81 size_t entropy; /* current entropy count in bits */ member
|
/openssl-master/providers/common/ |
A D | provider_seeding.c | 48 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy()
|
/openssl-master/test/ |
A D | evp_test.c | 2276 unsigned char *entropy; member
|
Completed in 18 milliseconds