Open Enclave
0.14.0
|
◆ oe_is_outside_enclave()
Check whether the given buffer is strictly outside the enclave. Check whether the buffer given by the ptr and size parameters is strictly outside the enclave's memory. If so, return true. If any portion of the buffer lies within the enclave's memory, return false.
|