Function enclu_eenter
Source pub unsafe fn enclu_eenter(tcs: u64, aep: u64) -> (u32, u64)
Expand description
Enters an Enclave.
§Arguments
- Address of a TCS.
- Address of AEP.
- Address of IP following EEnter.
Returns content of RBX.CSSA and Address of IP following EEnter.
§Safety
Requires SGX support.