NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Describes TEE internal datatypes.

Data Structures

struct  TEE_Param
 Describes one parameter passed by the trusted core framework to the entry points TA_OpenSessionEntryPoint or TA_InvokeCommandEntryPoint or by the TA to the functions TEE_OpenTASession or TEE_InvokeTACommand. More...
 
struct  TEE_Time
 The TEE_Time structure holds a time value as defined in the GP spec. More...
 

Typedefs

typedef struct __TEE_PropSetHandle * TEE_PropSetHandle
 An opaque handle on a property set or enumerator. More...
 

Typedef Documentation

◆ TEE_PropSetHandle

typedef struct __TEE_PropSetHandle* TEE_PropSetHandle

An opaque handle on a property set or enumerator.

These handles either are returned by the function TEE_AllocatePropertyEnumerator or are one of the pseudo-handles defined in section 4.2.4 of the specification. Currently supported by Trusty but not TZVault.

Definition at line 72 of file tee_internal_datatypes.h.