Home
last modified time | relevance | path

Searched refs:rand_bytes (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymint/
Drng.rs29 openssl::rand::rand_bytes(dest).unwrap(); // safe: BoringSSL's RAND_bytes() never fails in fill_bytes()
/trusty/user/app/sample/hwcryptohal/server/
Dplatform_functions.rs38 openssl::rand::rand_bytes(dest) in fill_bytes()
/trusty/kernel/lib/trusty/
Dtrusty_app.c463 uint8_t rand_bytes[16] = {0}; in trusty_thread_write_elf_tables() local
464 rand_get_bytes(rand_bytes, sizeof(rand_bytes)); in trusty_thread_write_elf_tables()
466 trusty_thread, rand_bytes, sizeof(rand_bytes), 1, stack_ptr); in trusty_thread_write_elf_tables()