Home
last modified time | relevance | path

Searched refs:rand_r (Results 1 – 5 of 5) sorted by relevance

/u-boot/lib/
A Drand.c15 unsigned int rand_r(unsigned int *seedp) in rand_r() function
26 return rand_r(&y); in rand()
/u-boot/include/
A Drand.h38 unsigned int rand_r(unsigned int *seedp);
A Dnet.h851 addr[i] = rand_r(&seed); in net_random_ethaddr()
/u-boot/net/
A Dlink_local.c76 tmp = rand_r(&seed) & IN_CLASSB_HOST; in pick()
87 return rand_r(&seed) % (secs * 1000); in random_delay_ms()
/u-boot/drivers/crypto/
A Dace_sha.c179 unsigned int rand_r(unsigned int *seedp) in rand_r() function

Completed in 6 milliseconds