Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc56 TEST_AND_RETURN_FALSE(hashtree.data_block_size == in AvbDescriptorCallback()
59 ExtentForBytes(hashtree.data_block_size, 0, hashtree.image_size); in AvbDescriptorCallback()
68 ExtentForBytes(hashtree.data_block_size, 0, hashtree.fec_offset); in AvbDescriptorCallback()
70 hashtree.data_block_size, hashtree.fec_offset, hashtree.fec_size); in AvbDescriptorCallback()
181 size_t data_block_size = 0; in LoadVerityConfig() local
183 base::StringToSizeT(verity_table[3], &data_block_size)); in LoadVerityConfig()
184 TEST_AND_RETURN_FALSE(block_size == data_block_size); in LoadVerityConfig()
/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_util_test.cpp88 EXPECT_EQ(4096UL, hashtree_desc->data_block_size); in TEST_F()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp80 blk_device, hashtree_desc.data_block_size, hashtree_desc.hash_block_size, in ConstructVerityTable()
81 hashtree_desc.image_size / hashtree_desc.data_block_size, in ConstructVerityTable()
86 hashtree_desc.fec_offset / hashtree_desc.data_block_size, in ConstructVerityTable()
87 hashtree_desc.fec_offset / hashtree_desc.data_block_size); in ConstructVerityTable()
/system/core/fs_mgr/libdm/
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()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h123 uint32_t data_block_size, uint32_t hash_block_size, uint32_t num_data_blocks,
/system/apex/apexd/
Dapexd.cpp228 hash_device, desc->data_block_size, desc->hash_block_size, in CreateVerityTable()
229 desc->image_size / desc->data_block_size, hash_start_block, in CreateVerityTable()