Searched refs:TPM_CC (Results 1 – 17 of 17) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.h | 465 typedef UINT32 TPM_CC; typedef 466 typedef TPM_CC TPMA_CC; 536 constexpr TPM_CC TPM_CC_FIRST = 0x0000011F; 537 constexpr TPM_CC TPM_CC_PP_FIRST = 0x0000011F; 538 constexpr TPM_CC TPM_CC_NV_UndefineSpaceSpecial = 0x0000011F; 539 constexpr TPM_CC TPM_CC_EvictControl = 0x00000120; 540 constexpr TPM_CC TPM_CC_HierarchyControl = 0x00000121; 541 constexpr TPM_CC TPM_CC_NV_UndefineSpace = 0x00000122; 542 constexpr TPM_CC TPM_CC_ChangeEPS = 0x00000124; 543 constexpr TPM_CC TPM_CC_ChangePPS = 0x00000125; [all …]
|
D | mock_policy_session.h | 43 MOCK_METHOD1(PolicyCommandCode, TPM_RC(TPM_CC));
|
D | policy_session.h | 71 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() 263 size_t GetNumberOfResponseHandles(TPM_CC command_code) { in GetNumberOfResponseHandles() 1967 TPM_RC Serialize_TPM_CC(const TPM_CC& value, std::string* buffer) { in Serialize_TPM_CC() 1973 TPM_CC* value, in Parse_TPM_CC() 8107 TPM_CC command_code = TPM_CC_Startup; in SerializeCommand_Startup() 8199 TPM_CC command_code = TPM_CC_Startup; in ParseResponse_Startup() 8298 TPM_CC command_code = TPM_CC_Shutdown; in SerializeCommand_Shutdown() 8390 TPM_CC command_code = TPM_CC_Shutdown; in ParseResponse_Shutdown() 8489 TPM_CC command_code = TPM_CC_SelfTest; in SerializeCommand_SelfTest() 8581 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 | 146 TPM_RC PolicySessionImpl::PolicyCommandCode(TPM_CC command_code) { in PolicyCommandCode()
|
D | policy_session_test.cc | 190 TPM_CC command_code = TPM_CC_FIRST; in TEST_F()
|
D | trunks_factory_for_test.cc | 481 TPM_RC PolicyCommandCode(TPM_CC command_code) override { in PolicyCommandCode()
|
D | mock_tpm.h | 1029 const TPM_CC& code, 1035 const TPM_CC& code,
|
D | resource_manager_test.cc | 77 std::string CreateCommand(TPM_CC code, in CreateCommand()
|
/system/tpm/tpm_manager/server/ |
D | tpm2_nvram_impl.h | 84 trunks::TPM_CC command_code, 90 trunks::TPM_CC command_code,
|
D | tpm2_nvram_impl.cc | 503 trunks::TPM_CC command_code, in SetupPolicySession() 523 trunks::TPM_CC command_code, in AddPoliciesForCommand() 581 for (trunks::TPM_CC command_code : in ComputePolicyDigest()
|
/system/tpm/trunks/generator/ |
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_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_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 …]
|