HomeSort by relevance Sort by last modified time
    Searched refs:urandom (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 309 self._authkey = AuthenticationString(os.urandom(32))
connection.py 407 message = os.urandom(MESSAGE_LENGTH)
  /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))
connection.py 407 message = os.urandom(MESSAGE_LENGTH)
  /system/update_engine/scripts/update_payload/
checker_unittest.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 540 # Otherwise, get randomness from urandom or the 'random' module.
543 return UUID(bytes=os.urandom(16), version=4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 371 f.write(os.urandom(size))
  /external/python/cpython2/Lib/multiprocessing/
connection.py 419 message = os.urandom(MESSAGE_LENGTH)
  /external/python/cpython2/Tools/iobench/
iobench.py 371 f.write(os.urandom(size))
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 407 message = os.urandom(MESSAGE_LENGTH)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 540 # Otherwise, get randomness from urandom or the 'random' module.
543 return UUID(bytes=os.urandom(16), version=4)
urllib2.py 920 # Use /dev/urandom if it is available. Fall back to random module
923 if os.path.exists("/dev/urandom"):
924 f = open("/dev/urandom"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 540 # Otherwise, get randomness from urandom or the 'random' module.
543 return UUID(bytes=os.urandom(16), version=4)
urllib2.py 920 # Use /dev/urandom if it is available. Fall back to random module
923 if os.path.exists("/dev/urandom"):
924 f = open("/dev/urandom"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 540 # Otherwise, get randomness from urandom or the 'random' module.
543 return UUID(bytes=os.urandom(16), version=4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 540 # Otherwise, get randomness from urandom or the 'random' module.
543 return UUID(bytes=os.urandom(16), version=4)
  /external/python/cpython2/Lib/
urllib2.py     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 159 var urandom_dev = []byte("/dev/urandom\x00")
os_netbsd.go 229 var urandom_dev = []byte("/dev/urandom\x00")
os_openbsd.go 192 var urandom_dev = []byte("/dev/urandom\x00")
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 159 var urandom_dev = []byte("/dev/urandom\x00")
os_netbsd.go 229 var urandom_dev = []byte("/dev/urandom\x00")
os_openbsd.go 192 var urandom_dev = []byte("/dev/urandom\x00")

Completed in 475 milliseconds

1 23 4 5 6