pub unsafe fn enclu_eaccept(secinfo: u64, epc_page: u64) -> u32
Expand description

Accept Changes to an EPC Page.

Arguments

  • Address of a SECINFO.
  • Address of the destination EPC page.

Returns an error code.

Safety

Requires SGX support.