Searched refs:TPM_CC (Results 1 – 15 of 15) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.h | 434 typedef UINT32 TPM_CC; typedef 435 typedef TPM_CC TPMA_CC; 505 const TPM_CC TPM_CC_FIRST = 0x0000011F; 506 const TPM_CC TPM_CC_PP_FIRST = 0x0000011F; 507 const TPM_CC TPM_CC_NV_UndefineSpaceSpecial = 0x0000011F; 508 const TPM_CC TPM_CC_EvictControl = 0x00000120; 509 const TPM_CC TPM_CC_HierarchyControl = 0x00000121; 510 const TPM_CC TPM_CC_NV_UndefineSpace = 0x00000122; 511 const TPM_CC TPM_CC_ChangeEPS = 0x00000124; 512 const TPM_CC TPM_CC_ChangePPS = 0x00000125; [all …]
|
D | mock_policy_session.h | 43 MOCK_METHOD1(PolicyCommandCode, TPM_RC(TPM_CC));
|
D | policy_session.h | 72 virtual TPM_RC PolicyCommandCode(TPM_CC command_code) = 0;
|
D | policy_session_impl.h | 61 TPM_RC PolicyCommandCode(TPM_CC command_code) override;
|
D | tpm_generated.cc | 39 size_t GetNumberOfRequestHandles(TPM_CC command_code) { in GetNumberOfRequestHandles() 154 size_t GetNumberOfResponseHandles(TPM_CC command_code) { in GetNumberOfResponseHandles() 1960 const TPM_CC& value, in Serialize_TPM_CC() 1968 TPM_CC* value, in Parse_TPM_CC() 9423 TPM_CC command_code = TPM_CC_Startup; in SerializeCommand_Startup() 9539 TPM_CC command_code = TPM_CC_Startup; in ParseResponse_Startup() 9659 TPM_CC command_code = TPM_CC_Shutdown; in SerializeCommand_Shutdown() 9775 TPM_CC command_code = TPM_CC_Shutdown; in ParseResponse_Shutdown() 9895 TPM_CC command_code = TPM_CC_SelfTest; in SerializeCommand_SelfTest() 10011 TPM_CC command_code = TPM_CC_SelfTest; in ParseResponse_SelfTest() [all …]
|
D | resource_manager.h | 73 TPM_CC code; // For a response message this is the TPM_RC response code.
|
D | policy_session_impl.cc | 152 TPM_RC PolicySessionImpl::PolicyCommandCode(TPM_CC command_code) { in PolicyCommandCode()
|
D | policy_session_test.cc | 193 TPM_CC command_code = TPM_CC_FIRST; in TEST_F()
|
D | trunks_factory_for_test.cc | 484 TPM_RC PolicyCommandCode(TPM_CC command_code) override { in PolicyCommandCode()
|
D | mock_tpm.h | 1030 const TPM_CC& code, 1036 const TPM_CC& code,
|
D | resource_manager_test.cc | 81 std::string CreateCommand(TPM_CC code, in CreateCommand()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1157 c) The TPM shall successfully unmarshal a TPM_CC and verify that the command is implemented 1309 sizeof(UINT32) + sizeof(TPM_CC) + (N * sizeof(TPM_HANDLE)) + sizeof(UINT32)) where N is 1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The 2384 TPM_CC 2776 TPM_CC 3069 TPM_CC 3239 TPM_CC 3387 TPM_CC 3662 TPM_CC 4062 TPM_CC [all …]
|
D | raw_commands_fixed.txt | 1157 c) The TPM shall successfully unmarshal a TPM_CC and verify that the command is implemented 1309 sizeof(UINT32) + sizeof(TPM_CC) + (N * sizeof(TPM_HANDLE)) + sizeof(UINT32)) where N is 1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The 2384 TPM_CC 2776 TPM_CC 3069 TPM_CC 3239 TPM_CC 3387 TPM_CC 3662 TPM_CC 4064 TPM_CC [all …]
|
D | raw_structures.txt | 159 TPM_CC (Command Codes) ............................................................................… 165 TPM_CC Listing ....................................................................................… 818 Table 11 — Definition of (UINT32) TPM_CC Constants (Numeric Order) <IN/OUT, S> ....................… 843 Table 36 — Definition of (TPM_CC) TPMA_CC Bits <OUT> ..............................................… 2353 values will be found in the table defining the TPM_CC constants (Table 11). 2401 a value that it expects to be a TPM_CC and the input value is not in the table. 3228 TPM_CC (Command Codes) 3375 TPM_CC Listing 3389 Table 11 — Definition of (UINT32) TPM_CC Constants (Numeric Order) <IN/OUT, S> 6168 0x00000002 TPM_CC [all …]
|
D | raw_structures_fixed.txt | 159 TPM_CC (Command Codes) ............................................................................… 165 TPM_CC Listing ....................................................................................… 818 Table 11 — Definition of (UINT32) TPM_CC Constants (Numeric Order) <IN/OUT, S> ....................… 843 Table 36 — Definition of (TPM_CC) TPMA_CC Bits <OUT> ..............................................… 2353 values will be found in the table defining the TPM_CC constants (Table 11). 2401 a value that it expects to be a TPM_CC and the input value is not in the table. 3222 TPM_CC (Command Codes) 3369 TPM_CC Listing 3383 Table 11 — Definition of (UINT32) TPM_CC Constants (Numeric Order) <IN/OUT, S> 9200 Table 36 — Definition of (TPM_CC) TPMA_CC Bits <OUT> [all …]
|