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

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 341 #define RC_VER1 (TPM_RC)(0x100)
342 #define TPM_RC_INITIALIZE (TPM_RC)(RC_VER1 + 0x000)
343 #define TPM_RC_FAILURE (TPM_RC)(RC_VER1 + 0x001)
344 #define TPM_RC_SEQUENCE (TPM_RC)(RC_VER1 + 0x003)
345 #define TPM_RC_PRIVATE (TPM_RC)(RC_VER1 + 0x00B)
346 #define TPM_RC_HMAC (TPM_RC)(RC_VER1 + 0x019)
347 #define TPM_RC_DISABLED (TPM_RC)(RC_VER1 + 0x020)
348 #define TPM_RC_EXCLUSIVE (TPM_RC)(RC_VER1 + 0x021)
349 #define TPM_RC_AUTH_TYPE (TPM_RC)(RC_VER1 + 0x024)
350 #define TPM_RC_AUTH_MISSING (TPM_RC)(RC_VER1 + 0x025)
    [all...]
  /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 650 constexpr TPM_RC RC_VER1 = 0x100;
651 constexpr TPM_RC TPM_RC_INITIALIZE = RC_VER1 + 0x000;
652 constexpr TPM_RC TPM_RC_FAILURE = RC_VER1 + 0x001;
653 constexpr TPM_RC TPM_RC_SEQUENCE = RC_VER1 + 0x003;
654 constexpr TPM_RC TPM_RC_PRIVATE = RC_VER1 + 0x00B;
655 constexpr TPM_RC TPM_RC_HMAC = RC_VER1 + 0x019;
656 constexpr TPM_RC TPM_RC_DISABLED = RC_VER1 + 0x020;
657 constexpr TPM_RC TPM_RC_EXCLUSIVE = RC_VER1 + 0x021;
658 constexpr TPM_RC TPM_RC_AUTH_TYPE = RC_VER1 + 0x024;
659 constexpr TPM_RC TPM_RC_AUTH_MISSING = RC_VER1 + 0x025
    [all...]

Completed in 58 milliseconds