HomeSort by relevance Sort by last modified time
    Searched refs:urandom (Results 1 - 25 of 39) sorted by null

1 2

  /external/vboot_reference/tests/
gen_preamble_testdata.sh 56 dd if=/dev/urandom bs=32768 count=1 of="${DATADIR}/dummy_bootloader.bin"
59 dd if=/dev/urandom of="${DATADIR}/FWDATA" bs=32768 count=1
60 dd if=/dev/urandom of="${DATADIR}/KERNDATA" bs=32768 count=1
gen_fuzz_test_cases.sh 72 dd if=/dev/urandom of=${TEST_IMAGE_FILE} bs=${TEST_IMAGE_SIZE} count=1
75 dd if=/dev/urandom of=${TEST_BOOTLOADER_FILE} bs=${TEST_BOOTLOADER_SIZE} \
79 dd if=/dev/urandom of=${TEST_CONFIG_FILE} bs=${TEST_CONFIG_SIZE} count=1
gen_test_cases.sh 38 dd if=/dev/urandom of=${TEST_FILE} bs=${TEST_FILE_SIZE} count=1
load_kernel_tests.sh 26 dd if=/dev/urandom bs=16384 count=1 of="dummy_bootloader.bin"
27 dd if=/dev/urandom bs=32768 count=1 of="dummy_kernel.bin"
run_vbutil_kernel_arg_tests.sh 28 dd if=/dev/urandom bs=32768 count=1 of="${BIG}" 2>/dev/null
30 dd if=/dev/urandom bs=16 count=1 of="${SMALL}" 2>/dev/null
  /system/extras/tests/pagingtest/
pagingtest.c 21 int urandom; local
29 urandom = open("/dev/urandom", O_RDONLY);
30 if (urandom < 0) {
31 fprintf(stderr, "unable to open urandom: %s\n", strerror(errno));
51 rc = read(urandom, buf, size);
80 close(urandom);
88 close(urandom);
  /external/vboot_reference/tests/futility/
test_show_kernel.sh 19 dd if=/dev/urandom bs=16384 count=1 of=${TMP}.bootloader.bin
20 dd if=/dev/urandom bs=32768 count=1 of=${TMP}.kernel.bin
test_load_fmap.sh 28 dd if=/dev/urandom of=$a.rand bs=$size count=1
test_gbb_utility.sh 36 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data1.toolong
37 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data2.toolong
38 dd if=/dev/urandom bs=17 count=1 of=${TMP}.data3.toolong
44 dd if=/dev/urandom bs=10 count=1 of=${TMP}.data1.short
45 dd if=/dev/urandom bs=10 count=1 of=${TMP}.data2.short
46 dd if=/dev/urandom bs=10 count=1 of=${TMP}.data3.short
62 dd if=/dev/urandom bs=16 count=1 of=${TMP}.data1
63 dd if=/dev/urandom bs=16 count=1 of=${TMP}.data2
64 dd if=/dev/urandom bs=16 count=1 of=${TMP}.data3
test_sign_fw_main.sh 15 dd bs=1024 count=16 if=/dev/urandom of=${TMP}.fw_main
test_sign_firmware.sh 30 ${FUTILITY} load_fmap ${ONEMORE} VBLOCK_A:/dev/urandom VBLOCK_B:/dev/zero
164 ${FUTILITY} load_fmap ${MORE_OUT} VBLOCK_A:/dev/urandom VBLOCK_B:/dev/zero
test_sign_kernel.sh 16 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader.bin
17 dd if=/dev/urandom bs=512 count=1 of=${TMP}.bootloader2.bin
18 dd if=/dev/urandom bs=1M count=16 of=${TMP}.kern_partition
  /build/tools/releasetools/
test_common.py 29 data[begin:end] = os.urandom(block_size)
192 file_contents = os.urandom(1024)
196 file_contents = os.urandom(1024)
218 random_string = os.urandom(1024)
231 random_string = os.urandom(1024)
256 short_string = os.urandom(1024)
272 random_string = os.urandom(1024)
  /external/toybox/tests/
cp.test 6 dd if=/dev/urandom of=random bs=64 count=1 2> /dev/null
  /bootable/recovery/applypatch/
applypatch.sh 131 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
223 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
231 run_command dd if=/dev/urandom of=$CACHE_TEMP_SOURCE count=100 bs=1024 || fail
238 run_command dd if=/dev/urandom of=$WORK_DIR/new.file count=100 bs=1024 || fail
326 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 536 self.assertEqual(len(os.urandom(0)), 0)
537 self.assertEqual(len(os.urandom(1)), 1)
538 self.assertEqual(len(os.urandom(10)), 10)
539 self.assertEqual(len(os.urandom(100)), 100)
540 self.assertEqual(len(os.urandom(1000)), 1000)
543 data1 = os.urandom(16)
544 data2 = os.urandom(16)
552 'data = os.urandom(%s)' % count,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 536 self.assertEqual(len(os.urandom(0)), 0)
537 self.assertEqual(len(os.urandom(1)), 1)
538 self.assertEqual(len(os.urandom(10)), 10)
539 self.assertEqual(len(os.urandom(100)), 100)
540 self.assertEqual(len(os.urandom(1000)), 1000)
543 data1 = os.urandom(16)
544 data2 = os.urandom(16)
552 'data = os.urandom(%s)' % count,
    [all...]
  /developers/build/
github.sh 18 folderPS=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
  /external/gptfdisk/
gdisk_test.sh 57 TEST_PART_NEWNAME=$(tr -dc "[:alpha:]" < /dev/urandom | head -c 8)
  /external/vboot_reference/scripts/image_signing/
firmware_boot.sh 52 dd if=/dev/urandom of=bad.bin bs=1 count=${rw_b_size}
  /external/boringssl/
rules.mk 51 LOCAL_SRC_FILES := $(filter-out src/crypto/rand/urandom.c,$(LOCAL_SRC_FILES))
  /system/core/adb/tests/
test_adb.py 117 rand_str = os.urandom(size)
141 adb.shell("dd if=/dev/urandom of={} bs={} count=1".format(full_path,
320 rand_str = os.urandom(1024 * kbytes)
342 adb.shell("dd if=/dev/urandom of={} bs=1024 count={}".format(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 309 self._authkey = AuthenticationString(os.urandom(32))
connection.py 407 message = os.urandom(MESSAGE_LENGTH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 309 self._authkey = AuthenticationString(os.urandom(32))

Completed in 456 milliseconds

1 2