Module sgx::parameters

source ·
Expand description

Enclave creation parameters

This module defines the enclave creation parameters. These parameters control the CPU features available in the enclave as well as how the enclave is identified.

These types are typically used by the enclave to communicate to the enclave loader what parameters it requires. It is further used by the enclave loader to pass to the firmware to build an enclave with the correct parameters. Finally, enclave parameters are included in the attestation.

Structs