Lines Matching refs:TPM_RH
656 typedef UINT32 TPM_RH; typedef
657 #define TPM_RH_FIRST (TPM_RH)(0x40000000)
658 #define TPM_RH_SRK (TPM_RH)(0x40000000)
659 #define TPM_RH_OWNER (TPM_RH)(0x40000001)
660 #define TPM_RH_REVOKE (TPM_RH)(0x40000002)
661 #define TPM_RH_TRANSPORT (TPM_RH)(0x40000003)
662 #define TPM_RH_OPERATOR (TPM_RH)(0x40000004)
663 #define TPM_RH_ADMIN (TPM_RH)(0x40000005)
664 #define TPM_RH_EK (TPM_RH)(0x40000006)
665 #define TPM_RH_NULL (TPM_RH)(0x40000007)
666 #define TPM_RH_UNASSIGNED (TPM_RH)(0x40000008)
667 #define TPM_RS_PW (TPM_RH)(0x40000009)
668 #define TPM_RH_LOCKOUT (TPM_RH)(0x4000000A)
669 #define TPM_RH_ENDORSEMENT (TPM_RH)(0x4000000B)
670 #define TPM_RH_PLATFORM (TPM_RH)(0x4000000C)
671 #define TPM_RH_PLATFORM_NV (TPM_RH)(0x4000000D)
672 #define TPM_RH_AUTH_00 (TPM_RH)(0x40000010)
673 #define TPM_RH_AUTH_FF (TPM_RH)(0x4000010F)
674 #define TPM_RH_LAST (TPM_RH)(0x4000010F)