Home
last modified time | relevance | path

Searched refs:hash_block_size (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_util_test.cpp89 EXPECT_EQ(4096UL, hashtree_desc->hash_block_size); in TEST_F()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_target.cpp66 uint32_t data_block_size, uint32_t hash_block_size, in DmTargetVerity() argument
76 std::to_string(hash_block_size), in DmTargetVerity()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp67 blk_device, hashtree_desc.data_block_size, hashtree_desc.hash_block_size, in ConstructVerityTable()
69 hashtree_desc.tree_offset / hashtree_desc.hash_block_size, hash_algorithm.str(), in ConstructVerityTable()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h123 uint32_t data_block_size, uint32_t hash_block_size, uint32_t num_data_blocks,