/freebsd/crypto/openssl/crypto/rand/ |
H 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()
|
H A D | prov_seed.c | 16 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
|
/freebsd/sys/dev/random/ |
H A D | random_harvestq.c | 235 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 D | random.h | 121 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 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() 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 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()
|
H A D | crngt.c | 104 int entropy, size_t min_len, size_t max_len, in ossl_crngt_get_entropy()
|
H A D | drbg_ctr.c | 306 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 D | seed_src.c | 178 int entropy, size_t min_len, size_t max_len, in seed_get_seed()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | random.cpp | 161 double random_device::entropy() const noexcept { in entropy() function in random_device
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | rand_pool.h | 81 size_t entropy; /* current entropy count in bits */ member
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_seeding.c | 48 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pax_common.c | 32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_ddict.c | 40 ZSTD_entropyDTables_t entropy; member
|
H A D | zstd_decompress_internal.h | 109 ZSTD_entropyDTables_t entropy; member
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_ddict.c | 40 ZSTD_entropyDTables_t entropy; member
|
H A D | zstd_decompress_internal.h | 131 ZSTD_entropyDTables_t entropy; member
|
/freebsd/sys/dev/tpm/ |
H A D | tpm20.c | 259 unsigned char entropy[TPM_HARVEST_SIZE]; in tpm20_harvest() local
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 259 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 D | random.c | 62 static unsigned int entropy = 0; variable
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | arc4random.c | 256 unsigned char entropy[64]; in arc4_seed_proc_sys_kernel_random_uuid() local
|
/freebsd/contrib/libevent/ |
H A D | arc4random.c | 256 unsigned char entropy[64]; in arc4_seed_proc_sys_kernel_random_uuid() local
|
/freebsd/sys/kern/ |
H A D | kern_intr.c | 961 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 D | zstd_compress_superblock.c | 536 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 D | spl-generic.c | 172 }entropy; in random_get_pseudo_bytes() local
|