Searched refs:srand (Results 1 - 14 of 14) sorted by relevance

/u-boot/include/
H A Drand.h13 * srand() - Set the random-number seed value
20 void srand(unsigned int seed);
/u-boot/lib/
H A Drand.c28 void srand(unsigned int seed) function
H A Duuid.c390 srand(randv);
392 srand(get_ticks() + rand());
/u-boot/net/
H A Dnet_rand.h54 srand(randv);
56 srand(seed_mac());
H A Ddhcpv6.c627 srand(get_ticks() + rand());
/u-boot/tools/
H A Dgen_eth_addr.c17 srand(time(0) + (getpid() << 8));
/u-boot/drivers/rng/
H A Dsandbox_rng.c23 srand(seed);
H A Dnpcm_rng.c71 void srand(unsigned int seed) function
/u-boot/drivers/crypto/
H A Dace_sha.c122 void srand(unsigned int seed) function
152 srand(seed);
181 srand(*seedp);
/u-boot/test/dm/
H A Dmux-cmd.c129 srand(get_ticks() + rand());
163 srand(get_ticks() + rand());
H A Dnand.c29 srand((off >> 32) ^ off ^ ~dev);
/u-boot/scripts/kconfig/
H A Dconf.c537 srand(seed);
/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_tests.c616 srand(seed);
619 srand(seed);
/u-boot/cmd/
H A Dmem.c1295 srand(seed);

Completed in 74 milliseconds