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

  /external/tpm2/
tpm_types.h 187 // Table 19 Definition of TPM_EO Constants < IN/OUT>
188 typedef UINT16 TPM_EO;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 442 typedef UINT16 TPM_EO;
745 const TPM_EO TPM_EO_EQ = 0x0000;
746 const TPM_EO TPM_EO_NEQ = 0x0001;
747 const TPM_EO TPM_EO_SIGNED_GT = 0x0002;
748 const TPM_EO TPM_EO_UNSIGNED_GT = 0x0003;
749 const TPM_EO TPM_EO_SIGNED_LT = 0x0004;
750 const TPM_EO TPM_EO_UNSIGNED_LT = 0x0005;
751 const TPM_EO TPM_EO_SIGNED_GE = 0x0006;
752 const TPM_EO TPM_EO_UNSIGNED_GE = 0x0007;
753 const TPM_EO TPM_EO_SIGNED_LE = 0x0008
    [all...]

Completed in 41 milliseconds