NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
User Application Communication

Detailed Description

Data Structures

struct  te_answer
 
struct  ote_opensession
 Opens an open trusted environment (OTE) session. More...
 
struct  ote_closesession
 Closes an OTE session. More...
 
struct  ote_launchop
 Launches an operation request. More...
 
union  te_cmd
 

Enumerations

enum  tos_type_t {
  TOS_NONE = 0x0,
  TOS_TRUSTY = 0x1,
  TOS_TLK = 0x2
}
 Currently supported Trusted OS variants. More...
 

Functions

tos_type_t te_tos_type (void)
 Returns the current Trusted OS type. More...
 

Enumeration Type Documentation

enum tos_type_t

Currently supported Trusted OS variants.

Enumerator
TOS_NONE 
TOS_TRUSTY 
TOS_TLK 

Definition at line 128 of file ote_client.h.

Function Documentation

tos_type_t te_tos_type ( void  )

Returns the current Trusted OS type.