Parse an enclave report into a standard format for reading.
- Parameters
-
[in] | report | The buffer containing the report to parse. |
[in] | report_size | The size of the report buffer. |
[out] | parsed_report | The oe_report_t structure to populate with the report properties in a standard format. The parsed_report holds pointers to fields within the supplied report and must not be used beyond the lifetime of the report. |
- Return values
-
OE_OK | The report was successfully created. |
OE_INVALID_PARAMETER | At least one parameter is invalid. |