Searched refs:urandom (Results 1 – 8 of 8) sorted by relevance
21 int urandom; in create_tmp_file() local29 urandom = open("/dev/urandom", O_RDONLY); in create_tmp_file()30 if (urandom < 0) { in create_tmp_file()51 rc = read(urandom, buf, size); in create_tmp_file()80 close(urandom); in create_tmp_file()88 close(urandom); in create_tmp_file()
30 os.write(f, os.urandom(length))
89 addr = addr[:8] + os.urandom(8)
314 diag_msg.id.cookie = os.urandom(len(real_cookie))
17 /dev/urandom 0666 root root
35 copy /proc/cmdline /dev/urandom36 copy /default.prop /dev/urandom349 copy /data/system/entropy.dat /dev/urandom
616 rand_str = os.urandom(size)664 rand_str = os.urandom(1024 * kbytes)
136 /dev/urandom u:object_r:urandom_device:s0