Home
last modified time | relevance | path

Searched refs:srand (Results 1 – 12 of 12) sorted by relevance

/u-boot/net/
A Dnet_rand.h55 srand(randv); in srand_mac()
57 srand(seed_mac()); in srand_mac()
/u-boot/drivers/crypto/
A Dace_sha.c122 void srand(unsigned int seed) in srand() function
152 srand(seed); in rand()
181 srand(*seedp); in rand_r()
/u-boot/include/
A Drand.h20 void srand(unsigned int seed);
/u-boot/lib/
A Drand.c29 void srand(unsigned int seed) in srand() function
A Duuid.c267 srand(randv); in gen_rand_uuid()
269 srand(get_ticks() + rand()); in gen_rand_uuid()
/u-boot/tools/
A Dgen_eth_addr.c17 srand(time(0) + (getpid() << 8)); in main()
/u-boot/drivers/rng/
A Dsandbox_rng.c24 srand(seed); in sandbox_rng_read()
/u-boot/test/dm/
A Dmux-cmd.c129 srand(get_ticks() + rand()); in dm_test_cmd_mux_select()
163 srand(get_ticks() + rand()); in dm_test_cmd_mux_deselect()
A Dregmap.c308 srand(get_ticks() + rand()); in dm_test_devm_regmap()
/u-boot/scripts/kconfig/
A Dconf.c544 srand(seed); in main()
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c616 srand(seed); in test_random()
619 srand(seed); in test_random()
/u-boot/cmd/
A Dmem.c1298 srand(seed); in do_random()

Completed in 14 milliseconds