Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 17 of 17) sorted by relevance

/optee_rust/examples/tcp_client-rs/host/src/
A Dmain.rs29 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/hello_world-rs/host/src/
A Dmain.rs37 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/time-rs/host/src/
A Dmain.rs31 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/big_int-rs/host/src/
A Dmain.rs44 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/supp_plugin-rs/host/src/
A Dmain.rs36 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/random-rs/host/src/
A Dmain.rs38 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/udp_socket-rs/host/src/
A Dmain.rs34 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/hotp-rs/host/src/
A Dmain.rs66 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/serde-rs/host/src/
A Dmain.rs43 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/digest-rs/host/src/
A Dmain.rs53 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/acipher-rs/host/src/
A Dmain.rs85 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/diffie_hellman-rs/host/src/
A Dmain.rs68 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/secure_storage-rs/host/src/
A Dmain.rs65 let mut ctx = Context::new()?; in main() variables
/optee_rust/optee-utee/macros/src/
A Dlib.rs201 let mut ctx: #ctx_type = Default::default(); in ta_open_session() variables
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs78 let mut ctx = Context::new()?; in main() variables
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs81 let mut ctx = Context::new()?; in main() variables
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs95 pub ctx: *mut TEEC_Context, field

Completed in 35 milliseconds