|
Edgeless RT
0.2.0
|
This file defines structures and options passed to oe_get_report functions. More...


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 oe_get_report 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... | |
This file defines structures and options passed to oe_get_report functions.
1.8.13