Open Enclave  0.6.x
Data Fields
_oe_report Struct Reference

Structure to hold the parsed form of a report. More...

#include <report.h>

Collaboration diagram for _oe_report:
Collaboration graph
[legend]

Data Fields

size_t size
 Size of the oe_report_t structure. More...
 
oe_enclave_type_t type
 The enclave type. More...
 
size_t report_data_size
 Size of report_data.
 
size_t enclave_report_size
 Size of enclave_report.
 
uint8_t * report_data
 Pointer to report data field within the report byte-stream supplied to oe_parse_report.
 
uint8_t * enclave_report
 Pointer to report body field within the report byte-stream supplied to oe_parse_report. More...
 
oe_identity_t identity
 Contains the IDs and attributes that are part of oe_identity_t.
 

Detailed Description

Structure to hold the parsed form of a report.


The documentation for this struct was generated from the following file: