Searched refs:urandom (Results 1 – 17 of 17) sorted by relevance
/system/extras/tests/pagingtest/ |
D | pagingtest.c | 25 int urandom; in create_tmp_file() local 33 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()
|
/system/apex/apexer/ |
D | runtests.sh | 48 head -c 1M </dev/urandom > ${input_dir}/file1 49 head -c 1M </dev/urandom > ${input_dir}/file2 51 head -c 1M </dev/urandom > ${input_dir}/sub/file3
|
/system/extras/verity/fec/tests/ |
D | fec.py | 30 os.write(f, os.urandom(length))
|
/system/core/rootdir/ |
D | ueventd.rc | 33 /dev/urandom 0666 root root
|
D | init.rc | 46 copy /proc/cmdline /dev/urandom 47 copy /system/etc/prop.default /dev/urandom 453 copy /data/system/entropy.dat /dev/urandom
|
/system/update_engine/scripts/update_payload/ |
D | checker_unittest.py | 1052 data_blob=os.urandom(rootfs_part_size)) 1168 data_blob=os.urandom(rootfs_op_size)) 1179 data_blob=os.urandom(kernel_op_size)) 1199 'padding': os.urandom(1024) if fail_excess_data else None},
|
/system/core/adb/ |
D | test_device.py | 670 rand_str = os.urandom(size) 718 rand_str = os.urandom(1024 * kbytes)
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | init.te | 29 # /dev/random, /dev/urandom
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | init.te | 25 # /dev/random, /dev/urandom
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | init.te | 32 # /dev/random, /dev/urandom
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | init.te | 31 # Relabel /dev nodes created in first stage init, /dev/null, /dev/ptmx, /dev/random, /dev/urandom
|
/system/sepolicy/public/ |
D | init.te | 31 # Relabel /dev nodes created in first stage init, /dev/null, /dev/ptmx, /dev/random, /dev/urandom
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | file_contexts | 165 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | file_contexts | 163 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | file_contexts | 172 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/private/ |
D | file_contexts | 168 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | file_contexts | 168 /dev/urandom u:object_r:random_device:s0
|