Open Enclave
0.16.1
|
Structure to hold the parsed form of a report. More...
#include <report.h>
Data Fields | |
size_t | size |
Size of the oe_report_t structure. | |
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. | |
oe_identity_t | identity |
Contains the IDs and attributes that are part of oe_identity_t. | |
Structure to hold the parsed form of a report.