Struct optee_teec::Session [−][src]
pub struct Session<'ctx> { /* fields omitted */ }
Expand description
Represents a connection between a client application and a trusted application.
Implementations
Initializes a TEE session object with specified context and uuid.
Converts a TEE client context to a raw pointer.