Searched refs:TPM_EO (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.h | 442 typedef UINT16 TPM_EO; typedef 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 …]
|
D | mock_tpm.cc | 196 const TPM_EO& operation, in PolicyNV()
|
D | mock_tpm.h | 989 const TPM_EO& operation, 998 const TPM_EO& operation, 1010 const TPM_EO& operation, 1017 const TPM_EO& operation, 1025 const TPM_EO& operation,
|
D | tpm_generated.cc | 2080 const TPM_EO& value, in Serialize_TPM_EO() 2088 TPM_EO* value, in Parse_TPM_EO() 27337 const TPM_EO& operation, in SerializeCommand_PolicyNV() 27602 const TPM_EO& operation, in PolicyNV() 27641 const TPM_EO& operation, in PolicyNVSync() 27672 const TPM_EO& operation, in SerializeCommand_PolicyCounterTimer() 27911 const TPM_EO& operation, in PolicyCounterTimer() 27942 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.txt | 21462 TPM_EO 21903 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation); 22052 TPM_EO 22459 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
|
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);
|