Searched refs:GetHashtreeDescriptor (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_util_test.cpp | 31 TEST_F(PublicFsAvbUtilTest, GetHashtreeDescriptor) { in TEST_F() argument 45 GetHashtreeDescriptor("system" /* avb_partition_name */, std::move(system_vbmeta)); in TEST_F() 101 EXPECT_EQ(nullptr, GetHashtreeDescriptor("system_not_exist" /* avb_partition_name */, in TEST_F() 118 GetHashtreeDescriptor("boot" /* avb_partition_name */, std::move(boot_vbmeta)); in TEST_F()
|
H A D | fs_avb_device_test.cpp | 92 GetHashtreeDescriptor(out_avb_partition_name, std::move(*system_other_vbmeta)); in TEST()
|
/aosp_15_r20/system/core/fs_mgr/libfs_avb/ |
H A D | fs_avb_util.cpp | 69 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function 75 return GetHashtreeDescriptor(avb_partition_name, vbmeta_images); in GetHashtreeDescriptor()
|
H A D | avb_util.cpp | 120 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function 193 GetHashtreeDescriptor(partition_name, vbmeta_images); in LoadAvbHashtreeToEnableVerity()
|
H A D | avb_util.h | 41 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(
|
H A D | fs_avb.cpp | 350 android::fs_mgr::GetHashtreeDescriptor(partition_name, vbmeta_images); in IsHashtreeDescriptorRootDigestMatching()
|
/aosp_15_r20/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
H A D | fs_avb_util.h | 43 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(
|
/aosp_15_r20/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 322 android::fs_mgr::GetHashtreeDescriptor("system", std::move(*vbmeta)); in GetSystemHashtreeDescriptor()
|