Searched refs:urandom (Results 1 – 21 of 21) 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 | 50 head -c 1M </dev/urandom > ${input_dir}/file1 51 head -c 1M </dev/urandom > ${input_dir}/file2 53 head -c 1M </dev/urandom > ${input_dir}/sub/file3
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 10 dd if=/dev/urandom of=pre-merge count=1024 bs=1048576 11 dd if=/dev/urandom of=post-merge count=1024 bs=1048576
|
/system/extras/verity/fec/tests/ |
D | fec.py | 30 os.write(f, os.urandom(length))
|
/system/core/rootdir/ |
D | ueventd.rc | 39 /dev/urandom 0666 root root
|
D | init.rc | 123 copy /proc/cmdline /dev/urandom 124 copy /system/etc/prop.default /dev/urandom 624 copy /data/system/entropy.dat /dev/urandom
|
/system/update_engine/scripts/update_payload/ |
D | checker_unittest.py | 943 data_blob=os.urandom(rootfs_part_size)) 1045 data_blob=os.urandom(rootfs_op_size)) 1056 data_blob=os.urandom(kernel_op_size)) 1074 'padding': os.urandom(1024) if fail_excess_data else None},
|
/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/30.0/public/ |
D | init.te | 33 # Relabel /dev nodes created in first stage init, /dev/null, /dev/ptmx, /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 | 39 # Relabel /dev nodes created in first stage init, /dev/null, /dev/ptmx, /dev/random, /dev/urandom
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | init.te | 39 # 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/prebuilts/api/29.0/private/ |
D | file_contexts | 168 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | file_contexts | 174 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/private/ |
D | file_contexts | 191 /dev/urandom u:object_r:random_device:s0
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | file_contexts | 191 /dev/urandom u:object_r:random_device:s0
|