Home
last modified time | relevance | path

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

/optee_rust/optee-teec/optee-teec-sys/src/
A Dtee_client_api.rs94 pub struct TEEC_Session { struct
146 pub session: *mut TEEC_Session,
153 session: *mut TEEC_Session, in TEEC_OpenSession() argument
159 pub fn TEEC_CloseSession(session: *mut TEEC_Session); in TEEC_CloseSession() argument
160 pub fn TEEC_InvokeCommand(session: *mut TEEC_Session, in TEEC_InvokeCommand() argument
/optee_rust/optee-teec/src/
A Dsession.rs45 raw: raw::TEEC_Session,
56 let mut raw_session = raw::TEEC_Session { in new()
82 pub fn as_mut_raw_ptr(&mut self) -> *mut raw::TEEC_Session { in as_mut_raw_ptr() argument

Completed in 4 milliseconds