Home
last modified time | relevance | path

Searched defs:session (Results 1 – 18 of 18) sorted by relevance

/optee_rust/examples/tcp_client-rs/host/src/
A Dmain.rs31 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/hello_world-rs/host/src/
A Dmain.rs39 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/time-rs/host/src/
A Dmain.rs33 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/big_int-rs/host/src/
A Dmain.rs46 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/supp_plugin-rs/host/src/
A Dmain.rs38 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/random-rs/host/src/
A Dmain.rs41 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/optee-teec/src/
A Dlib.rs31 mod session; module
/optee_rust/examples/udp_socket-rs/host/src/
A Dmain.rs37 let mut session = ctx.open_session(uuid).unwrap(); in main() variables
/optee_rust/examples/hotp-rs/host/src/
A Dmain.rs68 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/serde-rs/host/src/
A Dmain.rs46 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/digest-rs/host/src/
A Dmain.rs57 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/acipher-rs/host/src/
A Dmain.rs87 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/diffie_hellman-rs/host/src/
A Dmain.rs70 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/secure_storage-rs/host/src/
A Dmain.rs67 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/message_passing_interface-rs/host/src/
A Dmain.rs61 let mut session = self.context.open_session(uuid)?; in invoke() variables
/optee_rust/examples/aes-rs/host/src/
A Dmain.rs80 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/examples/authentication-rs/host/src/
A Dmain.rs83 let mut session = ctx.open_session(uuid)?; in main() variables
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs146 pub session: *mut TEEC_Session, field

Completed in 10 milliseconds