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