Home
last modified time | relevance | path

Searched refs:urandom (Results 1 – 8 of 8) sorted by relevance

/system/extras/tests/pagingtest/
Dpagingtest.c21 int urandom; in create_tmp_file() local
29 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()
/system/extras/verity/fec/tests/
Dfec.py30 os.write(f, os.urandom(length))
/system/extras/tests/net_test/
Danycast_test.py89 addr = addr[:8] + os.urandom(8)
Dsock_diag_test.py314 diag_msg.id.cookie = os.urandom(len(real_cookie))
/system/core/rootdir/
Dueventd.rc17 /dev/urandom 0666 root root
Dinit.rc35 copy /proc/cmdline /dev/urandom
36 copy /default.prop /dev/urandom
349 copy /data/system/entropy.dat /dev/urandom
/system/core/adb/
Dtest_device.py616 rand_str = os.urandom(size)
664 rand_str = os.urandom(1024 * kbytes)
/system/sepolicy/
Dfile_contexts136 /dev/urandom u:object_r:urandom_device:s0