pub unsafe fn enclu_ereport(targetinfo: u64, reportdata: u64, outputdata: u64)
Expand description

Create a Cryptographic Report of the Enclave.

Arguments

  • Address of TARGETINFO
  • Address of REPORTDATA
  • Address where the REPORT is written to in an OUTPUTDATA

Safety

Requires SGX support.