Searched defs:seed (Results 1 – 16 of 16) sorted by relevance
/u-boot/lib/ |
A D | xxhash.c | 64 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 D | rand.c | 29 void srand(unsigned int seed) in srand()
|
/u-boot/include/linux/ |
A D | crc32.h | 14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument
|
A D | xxhash.h | 94 uint64_t seed) in xxhash()
|
/u-boot/drivers/crypto/ |
A D | ace_sha.c | 122 void srand(unsigned int seed) in srand() 148 unsigned int seed = (unsigned int)&status; in rand() local
|
/u-boot/net/ |
A D | net_rand.h | 22 unsigned int seed; in seed_mac() local
|
A D | link_local.c | 62 static unsigned int seed; variable
|
/u-boot/drivers/rng/ |
A D | sandbox_rng.c | 15 unsigned int i, seed, random; in sandbox_rng_read() local
|
/u-boot/fs/btrfs/crypto/ |
A D | hash.c | 52 u32 crc32c(u32 seed, const void * data, size_t len) in crc32c()
|
/u-boot/scripts/kconfig/ |
A D | conf.c | 525 unsigned int seed; in main() local
|
/u-boot/lib/rsa/ |
A D | rsa-verify.c | 121 uint8_t *seed, int seed_len, in mask_generation_function1()
|
/u-boot/fs/btrfs/ |
A D | volumes.h | 63 struct btrfs_fs_devices *seed; member
|
/u-boot/drivers/mtd/nand/raw/ |
A D | sunxi_nand_spl.c | 429 int seed = page % conf->nseeds; in nand_detect_ecc_config() local
|
/u-boot/cmd/ |
A D | mem.c | 1277 unsigned long seed; // NOT INITIALIZED ON PURPOSE in do_random() local
|
/u-boot/include/ |
A D | net.h | 848 unsigned int seed = get_ticks(); in net_random_ethaddr() local
|
/u-boot/drivers/ram/stm32mp1/ |
A D | stm32mp1_tests.c | 597 unsigned int seed; in test_random() local
|
Completed in 19 milliseconds