Home
last modified time | relevance | path

Searched defs:entropy (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c66 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()
H A Dprov_seed.c16 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbg_cavs_test.c26 const unsigned char *entropy; member
35 int entropy, size_t min_len, size_t max_len, in kat_entropy()
46 int entropy, size_t min_len, size_t max_len) in kat_nonce()
H A Ddrbgtest.c41 const unsigned char *entropy; member
124 const unsigned char *entropy; member
133 int entropy, size_t min_len, size_t max_len, in kat_entropy()
144 int entropy, size_t min_len, size_t max_len) in kat_nonce()
519 int entropy, size_t min_len, size_t max_len, in get_entropy_hook()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c131 int entropy, size_t min_len, size_t max_len, in rand_drbg_get_entropy()
236 int entropy, size_t min_len, size_t max_len) in rand_drbg_get_nonce()
485 size_t entropy) in rand_pool_attach()
725 const unsigned char *buffer, size_t len, size_t entropy) in rand_pool_add()
818 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) in rand_pool_add_end()
H A Ddrbg_lib.c291 unsigned char *nonce = NULL, *entropy = NULL; in RAND_DRBG_instantiate() local
405 unsigned char *entropy = NULL; in RAND_DRBG_reseed() local
471 const unsigned char *buffer, size_t len, size_t entropy) in rand_drbg_restart()
H A Ddrbg_ctr.c271 const unsigned char *entropy, size_t entropylen, in drbg_ctr_instantiate()
292 const unsigned char *entropy, size_t entropylen, in drbg_ctr_reseed()
H A Drand_local.h177 size_t entropy; /* current entropy count in bits */ member
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Drandom.cpp178 random_device::entropy() const noexcept in entropy() function in random_device
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h81 size_t entropy; /* current entropy count in bits */ member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/
H A Dprovider_seeding.c48 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_pax_common.c32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
/netbsd-src/sys/sys/
H A Drndio.h47 uint32_t entropy; member
160 uint32_t entropy; member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Dtest_rng.c45 unsigned char *entropy, *nonce; member
231 int entropy, size_t min_len, size_t max_len, in test_rng_get_seed()
H A Dcrngt.c104 int entropy, size_t min_len, size_t max_len, in ossl_crngt_get_entropy()
H A Ddrbg_ctr.c306 const unsigned char *entropy, size_t entropylen, in drbg_ctr_instantiate()
341 const unsigned char *entropy, size_t entropylen, in drbg_ctr_reseed()
H A Dseed_src.c178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
/netbsd-src/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c119 const secret void *entropy, size_t entropylen, in nist_hash_drbg_instantiate()
158 const secret void *entropy, size_t entropylen, in nist_hash_drbg_reseed()
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Dprng.c46 uint32_t entropy; member
/netbsd-src/external/bsd/libevent/dist/
H A Darc4random.c257 unsigned char entropy[64]; in arc4_seed_proc_sys_kernel_random_uuid() local
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dpasswd.c895 char entropy[sizeof(salt)]; in hash_crypt() local
/netbsd-src/sys/arch/powerpc/oea/
H A Dpmap.c1154 register_t entropy = MFTB(); in pmap_pinit() local
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c890 ENTROPY_DEBUG(const char *label, unsigned long entropy) { in ENTROPY_DEBUG()
900 unsigned long entropy; in generate_hash_secret_salt() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c2428 unsigned char *entropy; member