NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
tee_trusted_storage_datatypes.h File Reference

Detailed Description

GlobalPlatform: TEE Trusted Storage Datatypes

Description: Describes TEE trusted storage datatypes.

Definition in file tee_trusted_storage_datatypes.h.

Go to the source code of this file.

Data Structures

struct  TEE_Attribute
 A TEE_Attribute can either define a buffer or a value. More...
 
struct  TEE_ObjectInfo
 A TEE_ObjectInfo structure contains information about a storage object: More...
 

Typedefs

typedef struct __TEE_ObjectEnumHandle * TEE_ObjectEnumHandle
 An opaque handle on a object enumerator These handles are returned by the TEE_AllocatePersistentObjectEnumerator function. More...
 

Enumerations

enum  TEE_Whence {
  TEE_DATA_SEEK_SET = 0,
  TEE_DATA_SEEK_CUR,
  TEE_DATA_SEEK_END
}
 Enumerates the possible start offset when moving a data position in the data stream associated with a persisitent object. More...