Searched full:urandom (Results 1 – 6 of 6) sorted by relevance
115 * This is equivalent to reading from /dev/urandom, only it doesn't require an183 file = fopen("/dev/urandom", "rb"); in mbedtls_platform_entropy_poll()
26 f = fopen("/dev/urandom", "rb"); in s_rng_nix()
341 /* try /dev/urandom before trying /dev/random342 * are you sure you want to disable this? http://www.2uo.de/myths-about-urandom/ */
282 dd if=/dev/urandom of=BL32_AP_MM.fd bs=2621440 count=1 && _make PLATFORM=vexpress-qemu_armv8a CFG_STMM_PATH=BL32_AP_MM.fd CFG_RPMB_FS=y CFG_CORE_HEAP_SIZE=524288 CFG_TEE_RAM_VA_SIZE=0x00400000
398 self.nonce = os.urandom(NONCE_SIZE)
2416 now uses the getrandom syscall instead of reading from /dev/urandom.