Expand description
This module includes the TeeCall
trait and its implementation. The trait defines
the trusted execution environment (TEE)-specific APIs for attestation and data dealing.
Structs§
- The result of the
get_attestation_report
. - Implementation of
TeeCall
for SNP - Implementation of
TeeCall
for TDX
Enums§
- Type of the TEE
Constants§
- Use the SNP-defined derived key size for now.
- Use the SNP-defined report data size for now.
Traits§
- Trait that defines the get attestation report interface for TEE.
- Optional sub-trait that defines get derived key interface for TEE.