Searched defs:TPM_EO (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/
H A Dtpm_generated.h473 typedef UINT16 TPM_EO; typedef in namespace:trunks
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_L
[all...]

Completed in 89 milliseconds