Home
last modified time | relevance | path

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

/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()
68 hashtree_desc.image_size / hashtree_desc.data_block_size, in ConstructVerityTable()
73 hashtree_desc.fec_offset / hashtree_desc.data_block_size, in ConstructVerityTable()
74 hashtree_desc.fec_offset / hashtree_desc.data_block_size); in ConstructVerityTable()
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_util_test.cpp88 EXPECT_EQ(4096UL, hashtree_desc->data_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
75 std::to_string(data_block_size), in DmTargetVerity()
/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,