Searched refs:rand_bytes (Results 1 – 3 of 3) sorted by relevance
29 openssl::rand::rand_bytes(dest).unwrap(); // safe: BoringSSL's RAND_bytes() never fails in fill_bytes()
38 openssl::rand::rand_bytes(dest) in fill_bytes()
463 uint8_t rand_bytes[16] = {0}; in trusty_thread_write_elf_tables() local464 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()