Searched refs:data_block_size (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_generation_config_android.cc | 56 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/ |
D | fs_avb_util_test.cpp | 88 EXPECT_EQ(4096UL, hashtree_desc->data_block_size); in TEST_F()
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 80 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/ |
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()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 123 uint32_t data_block_size, uint32_t hash_block_size, uint32_t num_data_blocks,
|
/system/apex/apexd/ |
D | apexd.cpp | 228 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()
|