Function enclu_eexit

Source
pub unsafe fn enclu_eexit(ip: u64, aep: u64)
Expand description

Exits an Enclave.

§Arguments

  • Target address outside the enclave
  • Address of the current AEP

§Safety

Requires SGX support.