Searched refs:TPM_EO (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | mock_tpm.cc | 187 const TPM_EO& operation, in PolicyNV()
|
D | tpm_generated.h | 473 typedef UINT16 TPM_EO; typedef 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 …]
|
D | mock_tpm.h | 988 const TPM_EO& operation, 997 const TPM_EO& operation, 1009 const TPM_EO& operation, 1016 const TPM_EO& operation, 1024 const TPM_EO& operation,
|
D | tpm_generated.cc | 2065 TPM_RC Serialize_TPM_EO(const TPM_EO& value, std::string* buffer) { in Serialize_TPM_EO() 2071 TPM_EO* value, in Parse_TPM_EO() 22248 const TPM_EO& operation, in SerializeCommand_PolicyNV() 22462 const TPM_EO& operation, in PolicyNV() 22490 const TPM_EO& operation, in PolicyNVSync() 22511 const TPM_EO& operation, in SerializeCommand_PolicyCounterTimer() 22708 const TPM_EO& operation, in PolicyCounterTimer() 22732 const TPM_EO& operation, in PolicyCounterTimerSync()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 177 TPM_EO (EA Arithmetic Operands) ...................................................................… 824 Table 17 — Definition of (UINT16) TPM_EO Constants <IN/OUT> .......................................… 5709 TPM_EO (EA Arithmetic Operands) 5710 Table 17 — Definition of (UINT16) TPM_EO Constants <IN/OUT>
|
D | raw_structures_fixed.txt | 177 TPM_EO (EA Arithmetic Operands) ...................................................................… 824 Table 17 — Definition of (UINT16) TPM_EO Constants <IN/OUT> .......................................… 5703 TPM_EO (EA Arithmetic Operands) 5704 Table 17 — Definition of (UINT16) TPM_EO Constants <IN/OUT>
|
D | raw_commands_fixed.txt | 21473 TPM_EO 21914 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation); 22063 TPM_EO 22470 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
|
D | raw_commands.txt | 21462 TPM_EO 21903 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation); 22052 TPM_EO 22459 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
|