Home
last modified time | relevance | path

Searched defs:p0 (Results 1 – 7 of 7) sorted by relevance

/optee_rust/examples/secure_storage-rs/ta/src/
A Dmain.rs69 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in delete_object() variables
92 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in create_raw_object() variables
132 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in read_raw_object() variables
/optee_rust/examples/authentication-rs/ta/src/
A Dmain.rs117 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in update() variables
126 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in encrypt_final() variables
151 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in decrypt_final() variables
/optee_rust/examples/diffie_hellman-rs/ta/src/
A Dmain.rs63 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in generate_key() variables
97 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in derive_key() variables
/optee_rust/examples/acipher-rs/ta/src/
A Dmain.rs84 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in encrypt() variables
105 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in decrypt() variables
/optee_rust/examples/supp_plugin-rs/ta/src/
A Dmain.rs52 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in invoke_command() variables
/optee_rust/examples/message_passing_interface-rs/ta/src/
A Dmain.rs70 let mut p0 = unsafe { params.0.as_memref().unwrap()}; in invoke_command() variables
/optee_rust/examples/digest-rs/ta/src/
A Dmain.rs85 let mut p0 = unsafe { params.0.as_memref().unwrap() }; in do_final() variables

Completed in 7 milliseconds