NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
TEE Trusted Storage Datatypes

Detailed Description

Describes TEE trusted storage datatypes. These datatypes are only supported on Linux PDK.

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...
 

Typedef Documentation

◆ TEE_ObjectEnumHandle

typedef struct __TEE_ObjectEnumHandle* TEE_ObjectEnumHandle

An opaque handle on a object enumerator These handles are returned by the TEE_AllocatePersistentObjectEnumerator function.

Definition at line 111 of file tee_trusted_storage_datatypes.h.

Enumeration Type Documentation

◆ TEE_Whence

enum TEE_Whence

Enumerates the possible start offset when moving a data position in the data stream associated with a persisitent object.

Enumerator
TEE_DATA_SEEK_SET 
TEE_DATA_SEEK_CUR 
TEE_DATA_SEEK_END 

Definition at line 100 of file tee_trusted_storage_datatypes.h.