|
Edgeless RT
0.2.0
|
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. 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. | |
Structure to hold the parsed form of a report.
1.8.13