Home
last modified time | relevance | path

Searched refs:GetHashtreeDescriptor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_util_test.cpp31 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 Dfs_avb_device_test.cpp92 GetHashtreeDescriptor(out_avb_partition_name, std::move(*system_other_vbmeta)); in TEST()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dfs_avb_util.cpp69 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function
75 return GetHashtreeDescriptor(avb_partition_name, vbmeta_images); in GetHashtreeDescriptor()
H A Davb_util.cpp120 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor( in GetHashtreeDescriptor() function
193 GetHashtreeDescriptor(partition_name, vbmeta_images); in LoadAvbHashtreeToEnableVerity()
H A Davb_util.h41 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(
H A Dfs_avb.cpp350 android::fs_mgr::GetHashtreeDescriptor(partition_name, vbmeta_images); in IsHashtreeDescriptorRootDigestMatching()
/aosp_15_r20/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb_util.h43 std::unique_ptr<FsAvbHashtreeDescriptor> GetHashtreeDescriptor(
/aosp_15_r20/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp322 android::fs_mgr::GetHashtreeDescriptor("system", std::move(*vbmeta)); in GetSystemHashtreeDescriptor()