Home
last modified time | relevance | path

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

/optee_rust/examples/random-rs/host/src/
A Dmain.rs22 let mut random_uuid = [0u8; 16]; in random() variables
24 let p0 = ParamTmpRef::new_output(&mut random_uuid); in random()
31 let generate_uuid = Uuid::from_slice(&random_uuid).unwrap(); in random()

Completed in 3 milliseconds