Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 16 of 16) sorted by relevance

/u-boot/lib/
A Dxxhash.c64 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
72 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
142 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
212 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()
226 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
A Drand.c29 void srand(unsigned int seed) in srand()
/u-boot/include/linux/
A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument
A Dxxhash.h94 uint64_t seed) in xxhash()
/u-boot/drivers/crypto/
A Dace_sha.c122 void srand(unsigned int seed) in srand()
148 unsigned int seed = (unsigned int)&status; in rand() local
/u-boot/net/
A Dnet_rand.h22 unsigned int seed; in seed_mac() local
A Dlink_local.c62 static unsigned int seed; variable
/u-boot/drivers/rng/
A Dsandbox_rng.c15 unsigned int i, seed, random; in sandbox_rng_read() local
/u-boot/fs/btrfs/crypto/
A Dhash.c52 u32 crc32c(u32 seed, const void * data, size_t len) in crc32c()
/u-boot/scripts/kconfig/
A Dconf.c525 unsigned int seed; in main() local
/u-boot/lib/rsa/
A Drsa-verify.c121 uint8_t *seed, int seed_len, in mask_generation_function1()
/u-boot/fs/btrfs/
A Dvolumes.h63 struct btrfs_fs_devices *seed; member
/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand_spl.c429 int seed = page % conf->nseeds; in nand_detect_ecc_config() local
/u-boot/cmd/
A Dmem.c1277 unsigned long seed; // NOT INITIALIZED ON PURPOSE in do_random() local
/u-boot/include/
A Dnet.h848 unsigned int seed = get_ticks(); in net_random_ethaddr() local
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c597 unsigned int seed; in test_random() local

Completed in 19 milliseconds