Expand description
Program x86 enclaves.
Functions§
- encls_
create ⚠ - Create an SECS page in the Enclave Page Cache
- encls_
eadd ⚠ - Add a Page to an Uninitialized Enclave.
- encls_
eaug ⚠ - Add a Page to an Initialized Enclave.
- encls_
eblock ⚠ - Mark a page in EPC as Blocked.
- encls_
edbgrd ⚠ - Read From a Debug Enclave.
- encls_
edbgwr ⚠ - Write to a Debug Enclave.
- encls_
eextend ⚠ - Extend Uninitialized Enclave Measurement by 256 Bytes
- encls_
einit ⚠ - Initialize an Enclave for Execution
- encls_
eldb ⚠ - Loads and verifies an EPC page and marks the page as blocked.
- encls_
eldu ⚠ - Loads, verifies an EPC page and marks the page as unblocked.
- encls_
emodpr ⚠ - Restrict the Permissions of an EPC Page.
- encls_
emodt ⚠ - Change the Type of an EPC Page.
- encls_
epa ⚠ - Add Version Array.
- encls_
eremove ⚠ - Remove a page from the EPC.
- encls_
etrack ⚠ - Activates EBLOCK Checks.
- encls_
ewb ⚠ - Invalidate an EPC Page and Write out to Main Memory.
- enclu_
eaccept ⚠ - Accept Changes to an EPC Page.
- enclu_
eacceptcopy ⚠ - Initialize a Pending Page.
- enclu_
eenter ⚠ - Enters an Enclave.
- enclu_
eexit ⚠ - Exits an Enclave.
- enclu_
egetkey ⚠ - Retrieves a Cryptographic Key.
- enclu_
emodepe ⚠ - Extend an EPC Page Permissions.
- enclu_
ereport ⚠ - Create a Cryptographic Report of the Enclave.
- enclu_
eresume ⚠ - Re-Enters an Enclave.