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

  /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...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 689 const TPM_RC RC_WARN = 0x900;
690 const TPM_RC TPM_RC_CONTEXT_GAP = RC_WARN + 0x001;
691 const TPM_RC TPM_RC_OBJECT_MEMORY = RC_WARN + 0x002;
692 const TPM_RC TPM_RC_SESSION_MEMORY = RC_WARN + 0x003;
693 const TPM_RC TPM_RC_MEMORY = RC_WARN + 0x004;
694 const TPM_RC TPM_RC_SESSION_HANDLES = RC_WARN + 0x005;
695 const TPM_RC TPM_RC_OBJECT_HANDLES = RC_WARN + 0x006;
696 const TPM_RC TPM_RC_LOCALITY = RC_WARN + 0x007;
697 const TPM_RC TPM_RC_YIELDED = RC_WARN + 0x008;
698 const TPM_RC TPM_RC_CANCELED = RC_WARN + 0x009
    [all...]
resource_manager.cc 395 if ((result & RC_WARN) == 0) {

Completed in 184 milliseconds