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

  /external/tpm2/
tpm_types.h 57 #define RC_VER1 0x100
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))
66 #define TPM_RC_AUTH_MISSING ((TPM_RC)(RC_VER1 + 0x025)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 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;
626 const TPM_RC TPM_RC_EXCLUSIVE = RC_VER1 + 0x021;
627 const TPM_RC TPM_RC_AUTH_TYPE = RC_VER1 + 0x024;
628 const TPM_RC TPM_RC_AUTH_MISSING = RC_VER1 + 0x025
    [all...]

Completed in 213 milliseconds