NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEEC_Session Struct Reference

Detailed Description

This type denotes a TEE Session, the logical container linking a Client Application with a particular Trusted Application.

Definition at line 84 of file tee_client_datatypes.h.

Collaboration diagram for TEEC_Session:

Data Fields

uint32_t magic
 Magic number. More...
 
TEEC_UUID destination
 UUID of destination Trusted Application. More...
 
int fd
 File descriptor for Trusted application node. More...
 
uint32_t te_session
 Session Id. More...
 

Field Documentation

◆ destination

TEEC_UUID TEEC_Session::destination

UUID of destination Trusted Application.

Definition at line 89 of file tee_client_datatypes.h.

◆ fd

int TEEC_Session::fd

File descriptor for Trusted application node.

Definition at line 91 of file tee_client_datatypes.h.

◆ magic

uint32_t TEEC_Session::magic

Magic number.

Definition at line 87 of file tee_client_datatypes.h.

◆ te_session

uint32_t TEEC_Session::te_session

Session Id.

Definition at line 93 of file tee_client_datatypes.h.


The documentation for this struct was generated from the following file: