Home
last modified time | relevance | path

Searched full:urandom (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy_poll.c115 * This is equivalent to reading from /dev/urandom, only it doesn't require an
183 file = fopen("/dev/urandom", "rb"); in mbedtls_platform_entropy_poll()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drng_get_bytes.c26 f = fopen("/dev/urandom", "rb"); in s_rng_nix()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h341 /* try /dev/urandom before trying /dev/random
342 * are you sure you want to disable this? http://www.2uo.de/myths-about-urandom/ */
/optee_os/.github/workflows/
H A Dci.yml282 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
/optee_os/scripts/
H A Dsign_encrypt.py398 self.nonce = os.urandom(NONCE_SIZE)
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2416 now uses the getrandom syscall instead of reading from /dev/urandom.