HomeSort by relevance Sort by last modified time
    Searched refs:urandom (Results 1 - 11 of 11) sorted by 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
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 214 peer = clf.listen(ord(os.urandom(1)) + 250, general_bytes)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 334 peer = clf.listen(ord(os.urandom(1)) + 250, general_bytes)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 133 masking_nonce = os.urandom(4)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 322 original_key = os.urandom(16)
769 # TODO(tyoshino): os.urandom does open/read/close for every call. If
772 masking_nonce = os.urandom(4)
    [all...]
mux_client_for_testing.py 555 original_key = os.urandom(16)
  /system/extras/tests/fstest/
perm_checker.conf 69 /dev/urandom 666 666 root root root root
  /external/sepolicy/
file_contexts 110 /dev/urandom u:object_r:urandom_device:s0
  /external/eigen/unsupported/test/mpreal/
mpreal.h 403 friend const mpreal urandom (gmp_randstate_t& state,mp_rnd_t rnd_mode = mpreal::default_rnd); // use gmp_randinit_default() to init state, gmp_randclear() to clear
410 // Check urandom() for more precise control.
2331 inline const mpreal urandom (gmp_randstate_t& state, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /external/dropbear/libtommath/
bn.tex 143 If you do not have a ``/dev/urandom'' style RNG source you will have to write your own PRNG and simply pipe that into
    [all...]
  /external/srtp/
configure     [all...]

Completed in 320 milliseconds