Searched refs:TPM_RH_PLATFORM (Results 1 – 7 of 7) sorted by relevance
/system/tpm/trunks/ |
D | tpm_utility_impl.cc | 103 result = factory_.GetTpm()->ClearSync(TPM_RH_PLATFORM, in Clear() 104 NameFromHandle(TPM_RH_PLATFORM), in Clear() 112 TPM_RH_PLATFORM, NameFromHandle(TPM_RH_PLATFORM), authorization.get()); in Clear() 158 result = SetHierarchyAuthorization(TPM_RH_PLATFORM, kPlatformPassword, in InitializeTpm() 233 TPM_RH_PLATFORM, NameFromHandle(TPM_RH_PLATFORM), pcr_allocation, in AllocatePCR() 1732 TPM_RH_PLATFORM, // The authorizing entity. in DisablePlatformHierarchy() 1733 NameFromHandle(TPM_RH_PLATFORM), in DisablePlatformHierarchy() 1734 TPM_RH_PLATFORM, // The target hierarchy. in DisablePlatformHierarchy()
|
D | tpm_utility_test.cc | 204 EXPECT_CALL(mock_tpm_, HierarchyChangeAuthSync(TPM_RH_PLATFORM, _, _, _)) in TEST_F() 212 EXPECT_CALL(mock_tpm_, HierarchyControlSync(_, _, TPM_RH_PLATFORM, _, _)) in TEST_F() 220 EXPECT_CALL(mock_tpm_, PCR_AllocateSync(TPM_RH_PLATFORM, _, _, _, _, _, _, _)) in TEST_F() 234 EXPECT_CALL(mock_tpm_, PCR_AllocateSync(TPM_RH_PLATFORM, _, _, _, _, _, _, _)) in TEST_F() 248 EXPECT_CALL(mock_tpm_, PCR_AllocateSync(TPM_RH_PLATFORM, _, _, _, _, _, _, _)) in TEST_F() 261 EXPECT_CALL(mock_tpm_, PCR_AllocateSync(TPM_RH_PLATFORM, _, _, _, _, _, _, _)) in TEST_F()
|
D | tpm_generated.h | 946 constexpr TPM_RH TPM_RH_PLATFORM = 0x4000000C; variable
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 980 A Description modifier – This modifier may follow TPM_RH_PLATFORM in the “Description” 986 A Description modifier – This modifier may follow TPM_RH_PLATFORM to indicate that Physical 1288 TPM_RH_OWNER, or TPM_RH_PLATFORM) then the enable for the hierarchy is SET 1396 b) If the associated handle is TPM_RH_PLATFORM, and the command requires confirmation with 16340 TPM_RH_PLATFORM+{PP} 17400 TPM_RH_PLATFORM+{PP} 17632 TPM_RH_PLATFORM+{PP} 25055 TPM_RH_PLATFORM+{PP}, or TPM_RH_NULL 25442 TPM_RH_PLATFORM+{PP} 25452 TPM_RH_PLATFORM, or TPM_RH_PLATFORM_NV [all …]
|
D | raw_commands.txt | 980 A Description modifier – This modifier may follow TPM_RH_PLATFORM in the “Description” 986 A Description modifier – This modifier may follow TPM_RH_PLATFORM to indicate that Physical 1288 TPM_RH_OWNER, or TPM_RH_PLATFORM) then the enable for the hierarchy is SET 1396 b) If the associated handle is TPM_RH_PLATFORM, and the command requires confirmation with 16329 TPM_RH_PLATFORM+{PP} 17389 TPM_RH_PLATFORM+{PP} 17621 TPM_RH_PLATFORM+{PP} 25044 TPM_RH_PLATFORM+{PP}, or TPM_RH_NULL 25431 TPM_RH_PLATFORM+{PP} 25441 TPM_RH_PLATFORM, or TPM_RH_PLATFORM_NV [all …]
|
D | raw_structures.txt | 7548 TPM_RH_PLATFORM 9296 (TPM_RH_PLATFORM, TPM_RH_OWNER, or TPM_RH_ENDORSEMENT), all loaded objects in the 9472 TPM_RH_PLATFORM 9626 TPM_RH_PLATFORM 9654 TPM_RH_PLATFORM 9699 TPM_RH_PLATFORM 9717 allowed handle is TPM_RH_PLATFORM indicating that platformAuth is required. 9723 TPM_RH_PLATFORM 9786 allowed handles are either TPM_RH_OWNER or TPM_RH_PLATFORM indicating that either 9799 TPM_RH_PLATFORM [all …]
|
D | raw_structures_fixed.txt | 7575 TPM_RH_PLATFORM 9324 (TPM_RH_PLATFORM, TPM_RH_OWNER, or TPM_RH_ENDORSEMENT), all loaded objects in the 9500 TPM_RH_PLATFORM 9654 TPM_RH_PLATFORM 9682 TPM_RH_PLATFORM 9727 TPM_RH_PLATFORM 9745 allowed handle is TPM_RH_PLATFORM indicating that platformAuth is required. 9751 TPM_RH_PLATFORM 9814 allowed handles are either TPM_RH_OWNER or TPM_RH_PLATFORM indicating that either 9827 TPM_RH_PLATFORM [all …]
|