Searched refs:data_block_size (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_util.cpp | 67 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 D | fs_avb_util_test.cpp | 88 EXPECT_EQ(4096UL, hashtree_desc->data_block_size); in TEST_F()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_target.cpp | 66 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 D | dm_target.h | 123 uint32_t data_block_size, uint32_t hash_block_size, uint32_t num_data_blocks,
|