Searched refs:TPM_RC (Results 1 – 1 of 1) sorted by relevance
331 typedef UINT32 TPM_RC; typedef332 #define TPM_RC_SUCCESS (TPM_RC)(0x000)333 #define TPM_RC_BAD_TAG (TPM_RC)(0x030)334 #define RC_VER1 (TPM_RC)(0x100)335 #define TPM_RC_INITIALIZE (TPM_RC)(RC_VER1 + 0x000)336 #define TPM_RC_FAILURE (TPM_RC)(RC_VER1 + 0x001)337 #define TPM_RC_SEQUENCE (TPM_RC)(RC_VER1 + 0x003)338 #define TPM_RC_PRIVATE (TPM_RC)(RC_VER1 + 0x00B)339 #define TPM_RC_HMAC (TPM_RC)(RC_VER1 + 0x019)340 #define TPM_RC_DISABLED (TPM_RC)(RC_VER1 + 0x020)[all …]