-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yogesh Deshpande <[email protected]>
- Loading branch information
1 parent
eeb678c
commit 9341afb
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
package tdx | ||
|
||
import "github.com/veraison/corim/comid" | ||
|
||
type teeModel string | ||
type teeVendor string | ||
|
||
type pceID string | ||
|
||
type teeSVN int | ||
|
||
type maskType []byte | ||
|
||
type tdate string | ||
|
||
type teeDigest comid.Digests | ||
|
||
type epochSeconds int | ||
|
||
type setType any | ||
|
||
type epochExpression struct { | ||
grace_period epochSeconds | ||
epochID *tdate | ||
} | ||
|
||
type teeTcbStatus setType | ||
|
||
type teeTcbEvalNum uint | ||
|
||
type teeTcbCompSvn [16][16]teeSVN | ||
|
||
type teeMiscSelect maskType | ||
|
||
// TO DO Align later, this is with real TD profile | ||
type teeIsvProdID comid.UUID | ||
|
||
type teeInstanceID []byte | ||
|
||
type teeCryptoKey comid.CryptoKey | ||
|
||
type teeAdvisoryID setType |