Searched defs:entropy (Results 1 – 16 of 16) sorted by relevance
/openssl/crypto/rand/ |
H A D | rand_pool.c | 62 size_t entropy) in ossl_rand_pool_attach() 302 const unsigned char *buffer, size_t len, size_t entropy) in ossl_rand_pool_add() 395 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in ossl_rand_pool_add_end()
|
H A D | prov_seed.c | 19 unsigned char **pout, int entropy, in ossl_rand_get_entropy() 45 unsigned char **pout, int entropy, in ossl_rand_get_user_entropy()
|
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 145 int entropy, size_t min_len, in ossl_drbg_get_seed() 192 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() 352 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local 488 unsigned char *entropy = NULL; in ossl_prov_drbg_reseed_unlocked() local 787 const unsigned char *entropy, size_t entropylen, in ossl_rand_drbg_new()
|
H A D | test_rng.c | 48 unsigned char *entropy, *nonce; member 289 int entropy, size_t min_len, size_t max_len, in test_rng_get_seed()
|
H A D | seed_src.c | 176 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
|
H A D | drbg_ctr.c | 308 const unsigned char *entropy, size_t entropylen, in drbg_ctr_instantiate() 352 const unsigned char *entropy, size_t entropylen, in drbg_ctr_reseed()
|
H A D | seed_src_jitter.c | 258 int entropy, size_t min_len, in jitter_get_seed()
|
H A D | fips_crng_test.c | 283 int entropy, size_t min_len, in crng_test_get_seed()
|
/openssl/include/crypto/ |
H A D | rand_pool.h | 81 size_t entropy; /* current entropy count in bits */ member
|
/openssl/providers/common/ |
H A D | provider_seeding.c | 83 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy()
|
/openssl/crypto/ |
H A D | deterministic_nonce.c | 132 const unsigned char *entropy, size_t entropylen, in kdf_setup()
|
H A D | provider_core.c | 2115 unsigned char **pout, int entropy, in rand_get_entropy() 2123 unsigned char **pout, int entropy, in rand_get_user_entropy()
|
/openssl/providers/implementations/kdfs/ |
H A D | hmacdrbg_kdf.c | 35 unsigned char *entropy, *nonce; member
|
/openssl/crypto/evp/ |
H A D | evp_rand.c | 703 int entropy, in evp_rand_get_seed_locked() 719 int entropy, size_t min_len, size_t max_len, in evp_rand_get_seed()
|
/openssl/providers/fips/ |
H A D | self_test_kats.c | 755 const unsigned char *entropy, size_t entropy_len, in set_kat_drbg()
|
/openssl/test/ |
H A D | evp_test.c | 3271 unsigned char *entropy; member
|
Completed in 57 milliseconds