Searched refs:urandom (Results 1 – 8 of 8) sorted by relevance
25 int urandom; in create_tmp_file() local33 urandom = open("/dev/urandom", O_RDONLY); in create_tmp_file()34 if (urandom < 0) { in create_tmp_file()58 rc = read(urandom, tmp_buf, tmp_size); in create_tmp_file()86 close(urandom); in create_tmp_file()94 close(urandom); in create_tmp_file()
30 os.write(f, os.urandom(length))
17 /dev/urandom 0666 root root
36 copy /proc/cmdline /dev/urandom37 copy /default.prop /dev/urandom374 copy /data/system/entropy.dat /dev/urandom
1013 data_blob=os.urandom(rootfs_part_size))1125 data_blob=os.urandom(rootfs_op_size))1136 data_blob=os.urandom(kernel_op_size))1151 'padding': os.urandom(1024) if fail_excess_data else None},
695 rand_str = os.urandom(size)743 rand_str = os.urandom(1024 * kbytes)
25 # /dev/random, /dev/urandom
163 /dev/urandom u:object_r:random_device:s0