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

  /external/tpm2/
PolicyCounterTimer_fp.h 16 TPM_EO operation;
PolicyNV_fp.h 18 TPM_EO operation;
PolicyCounterTimer.c 153 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
PolicyNV.c 163 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
tpm_generated.h     [all...]
tpm_types.h 187 // Table 19 Definition of TPM_EO Constants < IN/OUT>
188 typedef UINT16 TPM_EO;
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 471 // Table 17 - TPM_EO Constants
472 typedef UINT16 TPM_EO;
473 #define TPM_EO_EQ (TPM_EO)(0x0000)
474 #define TPM_EO_NEQ (TPM_EO)(0x0001)
475 #define TPM_EO_SIGNED_GT (TPM_EO)(0x0002)
476 #define TPM_EO_UNSIGNED_GT (TPM_EO)(0x0003)
477 #define TPM_EO_SIGNED_LT (TPM_EO)(0x0004)
478 #define TPM_EO_UNSIGNED_LT (TPM_EO)(0x0005)
479 #define TPM_EO_SIGNED_GE (TPM_EO)(0x0006)
480 #define TPM_EO_UNSIGNED_GE (TPM_EO)(0x0007)
    [all...]
  /system/tpm/trunks/
mock_tpm.cc 187 const TPM_EO& operation,
tpm_generated.h 473 typedef UINT16 TPM_EO;
776 constexpr TPM_EO TPM_EO_EQ = 0x0000;
777 constexpr TPM_EO TPM_EO_NEQ = 0x0001;
778 constexpr TPM_EO TPM_EO_SIGNED_GT = 0x0002;
779 constexpr TPM_EO TPM_EO_UNSIGNED_GT = 0x0003;
780 constexpr TPM_EO TPM_EO_SIGNED_LT = 0x0004;
781 constexpr TPM_EO TPM_EO_UNSIGNED_LT = 0x0005;
782 constexpr TPM_EO TPM_EO_SIGNED_GE = 0x0006;
783 constexpr TPM_EO TPM_EO_UNSIGNED_GE = 0x0007;
784 constexpr TPM_EO TPM_EO_SIGNED_LE = 0x0008
    [all...]
mock_tpm.h     [all...]
tpm_generated.cc     [all...]

Completed in 246 milliseconds