Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/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()
/freebsd/sys/dev/random/
H A Drandom_harvestq.c235 uint32_t entropy[HARVESTSIZE]; in random_sources_feed() local
446 random_early_prime(char *entropy, size_t len) in random_early_prime()
552 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_()
587 random_harvest_fast_(const void *entropy, u_int size) in random_harvest_fast_()
603 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_()
/freebsd/sys/sys/
H A Drandom.h121 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue()
129 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast()
137 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg.c145 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()
370 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local
510 unsigned char *entropy = NULL; in ossl_prov_drbg_reseed() local
775 const unsigned char *entropy, size_t entropylen, in ossl_rand_drbg_new()
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() argument
341 const unsigned char *entropy, size_t entropylen, in drbg_ctr_reseed() argument
H A Dseed_src.c178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
/freebsd/contrib/llvm-project/libcxx/src/
H A Drandom.cpp161 double random_device::entropy() const noexcept { in entropy() function in random_device
/freebsd/crypto/openssl/include/crypto/
H A Drand_pool.h81 size_t entropy; /* current entropy count in bits */ member
/freebsd/crypto/openssl/providers/common/
H A Dprovider_seeding.c48 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pax_common.c32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_ddict.c40 ZSTD_entropyDTables_t entropy; member
H A Dzstd_decompress_internal.h109 ZSTD_entropyDTables_t entropy; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c40 ZSTD_entropyDTables_t entropy; member
H A Dzstd_decompress_internal.h131 ZSTD_entropyDTables_t entropy; member
/freebsd/sys/dev/tpm/
H A Dtpm20.c259 unsigned char entropy[TPM_HARVEST_SIZE]; in tpm20_harvest() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c259 static size_t ZSTD_compressSubBlock(const ZSTD_entropyCTables_t* entropy, in ZSTD_compressSubBlock()
393 const ZSTD_entropyCTables_t* entropy, in ZSTD_estimateSubBlockSize()
/freebsd/contrib/wpa/src/crypto/
H A Drandom.c62 static unsigned int entropy = 0; variable
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c256 unsigned char entropy[64]; in arc4_seed_proc_sys_kernel_random_uuid() local
/freebsd/contrib/libevent/
H A Darc4random.c256 unsigned char entropy[64]; in arc4_seed_proc_sys_kernel_random_uuid() local
/freebsd/sys/kern/
H A Dkern_intr.c961 struct intr_entropy entropy; in intr_event_schedule_thread() local
1079 struct intr_entropy entropy; in swi_sched() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_superblock.c536 static size_t ZSTD_compressSubBlock(const ZSTD_entropyCTables_t* entropy, in ZSTD_compressSubBlock()
669 const ZSTD_entropyCTables_t* entropy, in ZSTD_estimateSubBlockSize()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c172 }entropy; in random_get_pseudo_bytes() local

12