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

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 411 #define RC_WARN (TPM_RC)(0x900)
412 #define TPM_RC_CONTEXT_GAP (TPM_RC)(RC_WARN + 0x001)
413 #define TPM_RC_OBJECT_MEMORY (TPM_RC)(RC_WARN + 0x002)
414 #define TPM_RC_SESSION_MEMORY (TPM_RC)(RC_WARN + 0x003)
415 #define TPM_RC_MEMORY (TPM_RC)(RC_WARN + 0x004)
416 #define TPM_RC_SESSION_HANDLES (TPM_RC)(RC_WARN + 0x005)
417 #define TPM_RC_OBJECT_HANDLES (TPM_RC)(RC_WARN + 0x006)
418 #define TPM_RC_LOCALITY (TPM_RC)(RC_WARN + 0x007)
419 #define TPM_RC_YIELDED (TPM_RC)(RC_WARN + 0x008)
420 #define TPM_RC_CANCELED (TPM_RC)(RC_WARN + 0x009)
    [all...]
  /external/tpm2/
tpm_types.h 127 #define RC_WARN 0x900
128 #define TPM_RC_CONTEXT_GAP ((TPM_RC)(RC_WARN + 0x001))
129 #define TPM_RC_OBJECT_MEMORY ((TPM_RC)(RC_WARN + 0x002))
130 #define TPM_RC_SESSION_MEMORY ((TPM_RC)(RC_WARN + 0x003))
131 #define TPM_RC_MEMORY ((TPM_RC)(RC_WARN + 0x004))
132 #define TPM_RC_SESSION_HANDLES ((TPM_RC)(RC_WARN + 0x005))
133 #define TPM_RC_OBJECT_HANDLES ((TPM_RC)(RC_WARN + 0x006))
134 #define TPM_RC_LOCALITY ((TPM_RC)(RC_WARN + 0x007))
135 #define TPM_RC_YIELDED ((TPM_RC)(RC_WARN + 0x008))
136 #define TPM_RC_CANCELED ((TPM_RC)(RC_WARN + 0x009)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 720 constexpr TPM_RC RC_WARN = 0x900;
721 constexpr TPM_RC TPM_RC_CONTEXT_GAP = RC_WARN + 0x001;
722 constexpr TPM_RC TPM_RC_OBJECT_MEMORY = RC_WARN + 0x002;
723 constexpr TPM_RC TPM_RC_SESSION_MEMORY = RC_WARN + 0x003;
724 constexpr TPM_RC TPM_RC_MEMORY = RC_WARN + 0x004;
725 constexpr TPM_RC TPM_RC_SESSION_HANDLES = RC_WARN + 0x005;
726 constexpr TPM_RC TPM_RC_OBJECT_HANDLES = RC_WARN + 0x006;
727 constexpr TPM_RC TPM_RC_LOCALITY = RC_WARN + 0x007;
728 constexpr TPM_RC TPM_RC_YIELDED = RC_WARN + 0x008;
729 constexpr TPM_RC TPM_RC_CANCELED = RC_WARN + 0x009
    [all...]

Completed in 123 milliseconds