Module sgx_trts::enclave [−][src]
Get the metadata of the current enclave.
This mod has clear interface and is easy to understand. Currently we don't have time for its documents.
Structs
SgxGlobalData | |
SgxThreadData |
Enums
SgxThreadPolicy |
Functions
get_enclave_base⚠ | |
get_heap_base⚠ | |
get_heap_size⚠ | |
get_thread_data⚠ | |
rsgx_get_enclave_base |
rsgx_get_enclave_base is to get enclave image base address. |
rsgx_get_enclave_size |
rsgx_get_enclave_size is to get enclave image size. |
rsgx_get_heap_base |
rsgx_get_heap_base is to get enclave heap base address. |
rsgx_get_heap_offset |
rsgx_get_heap_offset is to get enclave heap offset. |
rsgx_get_heap_size |
rsgx_get_heap_size is to get enclave heap size. |
rsgx_get_thread_data |
rsgx_get_thread_data is to get TD base address per thread. |
rsgx_get_thread_policy |
rsgx_get_thread_policy is to get TCS management policy. |