Home
last modified time | relevance | path

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

/optee_rust/examples/message_passing_interface-rs/host/src/
A Dmain.rs26 context: optee_teec::Context, field
42 let context = Context::new()?; in open_uuid()
45 context: context, in open_uuid()
61 let mut session = self.context.open_session(uuid)?; in invoke()
/optee_rust/optee-teec/src/
A Dlib.rs18 pub use self::context::Context;
27 mod context; module
A Dsession.rs52 context: &'ctx mut Context, in new()
57 ctx: context.as_mut_raw_ptr(), in new()
67 context.as_mut_raw_ptr(), in new()
/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs150 pub fn TEEC_InitializeContext(name: *const c_char, context: *mut TEEC_Context) -> TEEC_Result; in TEEC_InitializeContext()
151 pub fn TEEC_FinalizeContext(context: *mut TEEC_Context); in TEEC_FinalizeContext()
152 pub fn TEEC_OpenSession(context: *mut TEEC_Context, in TEEC_OpenSession()
164 pub fn TEEC_RegisterSharedMemory(context: *mut TEEC_Context, in TEEC_RegisterSharedMemory()
166 pub fn TEEC_AllocateSharedMemory(context: *mut TEEC_Context, in TEEC_AllocateSharedMemory()
/optee_rust/optee-utee/src/
A Darithmetical.rs241 context: BigIntFMMContext, in convert_from_big_int_fmm()
248 context.data_ptr(), in convert_from_big_int_fmm()
301 pub fn convert_from_big_int(&mut self, src: &BigInt, n: &BigInt, context: BigIntFMMContext) { in convert_from_big_int()
307 context.data_ptr(), in convert_from_big_int()
318 context: BigIntFMMContext, in compute_fmm()
326 context.data_ptr(), in compute_fmm()
/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_api.rs452 context: *mut TEE_BigIntFMMContext, in TEE_BigIntInitFMMContext()
563 context: *const TEE_BigIntFMMContext, in TEE_BigIntConvertToFMM()
569 context: *const TEE_BigIntFMMContext, in TEE_BigIntConvertFromFMM()
575 context: *const TEE_BigIntFMMContext, in TEE_BigIntFMMConvertToBigInt()
582 context: *const TEE_BigIntFMMContext, in TEE_BigIntComputeFMM()

Completed in 9 milliseconds