HomeSort by relevance Sort by last modified time
    Searched defs:TPM_RC (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
tpm_types.h 53 // Table 17 Definition of TPM_RC Constants < OUT>
54 typedef UINT32 TPM_RC;
58 #define TPM_RC_INITIALIZE ((TPM_RC)(RC_VER1 + 0x000))
59 #define TPM_RC_FAILURE ((TPM_RC)(RC_VER1 + 0x001))
60 #define TPM_RC_SEQUENCE ((TPM_RC)(RC_VER1 + 0x003))
61 #define TPM_RC_PRIVATE ((TPM_RC)(RC_VER1 + 0x00B))
62 #define TPM_RC_HMAC ((TPM_RC)(RC_VER1 + 0x019))
63 #define TPM_RC_DISABLED ((TPM_RC)(RC_VER1 + 0x020))
64 #define TPM_RC_EXCLUSIVE ((TPM_RC)(RC_VER1 + 0x021))
65 #define TPM_RC_AUTH_TYPE ((TPM_RC)(RC_VER1 + 0x024)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 440 typedef UINT32 TPM_RC;
617 const TPM_RC TPM_RC_SUCCESS = 0x000;
618 const TPM_RC TPM_RC_BAD_TAG = 0x01E;
619 const TPM_RC RC_VER1 = 0x100;
620 const TPM_RC TPM_RC_INITIALIZE = RC_VER1 + 0x000;
621 const TPM_RC TPM_RC_FAILURE = RC_VER1 + 0x001;
622 const TPM_RC TPM_RC_SEQUENCE = RC_VER1 + 0x003;
623 const TPM_RC TPM_RC_PRIVATE = RC_VER1 + 0x00B;
624 const TPM_RC TPM_RC_HMAC = RC_VER1 + 0x019;
625 const TPM_RC TPM_RC_DISABLED = RC_VER1 + 0x020
    [all...]

Completed in 311 milliseconds