Searched refs:urandom (Results 1 – 25 of 27) sorted by relevance
12
119 rand_file = bytes(os.urandom(8))157 rand_file = bytes(os.urandom(1017))171 rand_file = bytes(os.urandom(8))
4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')
428 static int urandom = -1; in randomize() local431 urandom = open("/dev/urandom", O_RDONLY); in randomize()432 if (urandom < 0) { in randomize()436 got = read(urandom, target, count); in randomize()
63 dd if=/dev/urandom of=$TMPFILE bs=1024 count=2048 &>/dev/null
27 dd if=/dev/urandom of=$fname bs=$size count=1
17 dd count=500 if=/dev/urandom of=/dev/null
92 URANDOM=/dev/urandom
53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
345 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true347 dd if=/dev/urandom "of=$VPATH" 2> /dev/null || true
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
120 dd if=/dev/urandom of="$file" bs="$bs" count="$count" > /dev/null 2>&1
67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
261 dd if=/dev/urandom of="$name" bs=1024 count=$size 2> /dev/null
616 dd if=/dev/urandom of="$name" bs=1024 count=$ksize 2> /dev/null617 dd if=/dev/urandom conv=notrunc of="$name" bs=1 count=$rem 2> /dev/null
182 dd if=/dev/urandom of="$name" bs=2 count=$ksize 2> /dev/null
1202 dd if=/dev/urandom of="$name" bs=1024 count=$size 2> /dev/null
23 which is used internally and exported by the /dev/urandom and
99 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
238 dd if=/dev/urandom of="$name" bs=1024 count=$SIZE 2> /dev/null243 dd if=/dev/urandom conf=notrunc of="$name" bs=1 count=$SIZE 2> /dev/null
1036 dd if=/dev/urandom of=$tmpfile bs=4096 count=1 2>/dev/null
141 -object rng-random,filename=/dev/urandom,id=rng0 \
203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
291 /dev/random and /dev/urandom and also provides direct access
353 $ evmkey=$(dd if=/dev/urandom bs=1 count=32 | xxd -c32 -p)
1119 number of seconds between urandom pool reseeding). This file is