Open Enclave
Data Structures | Macros | Typedefs
report.h File Reference

This file defines structures and options passed to GetReport functions. More...

#include "defs.h"
#include "types.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _oe_identity
 Structure to represent the identity of an enclave. More...
 
struct  _oe_report
 Structure to hold the parsed form of a report. More...
 

Macros

#define OE_REPORT_FLAGS_REMOTE_ATTESTATION   0x00000001
 Flags passed to GetReport functions on host and enclave. More...
 
#define OE_REPORT_DATA_SIZE   64
 Size of embedded data in a local report.
 
#define OE_MAX_REPORT_SIZE   (10 * 1024)
 Maximum report size supported by OE. More...
 

Typedefs

typedef struct _oe_identity oe_identity_t
 Structure to represent the identity of an enclave. More...
 
typedef struct _oe_report oe_report_t
 Structure to hold the parsed form of a report. More...
 

Detailed Description

This file defines structures and options passed to GetReport functions.