Skip to content

Commit ac89322

Browse files
chendavetylerfanelli
authored andcommitted
New tee type: CCA (Confidential Compute Architecture)
Signed-off-by: Dave Chen <dave.chen@arm.com>
1 parent 46b8219 commit ac89322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ pub enum Tee {
1515
Sgx,
1616
Snp,
1717
Tdx,
18+
// Arm Confidential Compute Architecture
19+
Cca,
1820

1921
// This value is only used for testing an attestation server, and should not
2022
// be used in an actual attestation scenario.

0 commit comments

Comments
 (0)