Open Enclave
|
Extracts additional platform specific data from the report and writes it to target_info_buffer. After calling this function, the target_info_buffer can used for the opt_params field in oe_get_report. For example, on SGX, the target_info_buffer can be used as a sgx_target_info_t for local attestation. If the target_info_buffer is NULL or the target_info_size parameter is too small, this function returns OE_BUFFER_TOO_SMALL.
|