Searched refs:hash_block_size (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_generation_config_android.cc | 61 TEST_AND_RETURN_FALSE(hashtree.hash_block_size == in AvbDescriptorCallback() 64 hashtree.hash_block_size, hashtree.tree_offset, hashtree.tree_size); in AvbDescriptorCallback() 185 size_t hash_block_size = 0; in LoadVerityConfig() local 187 base::StringToSizeT(verity_table[4], &hash_block_size)); in LoadVerityConfig() 188 TEST_AND_RETURN_FALSE(block_size == hash_block_size); in LoadVerityConfig()
|
/system/apex/apexd/ |
D | apexd_verity.cpp | 71 auto block_size = verity_data.desc->hash_block_size; in GenerateHashTree() 130 auto block_size = verity_data.desc->hash_block_size; in CalculateRootDigest()
|
D | apexd.cpp | 203 hash_start_block = desc->tree_offset / desc->hash_block_size; in CreateVerityTable() 208 hash_device, desc->data_block_size, desc->hash_block_size, in CreateVerityTable()
|
/system/core/fs_mgr/libfs_avb/tests/ |
D | fs_avb_util_test.cpp | 89 EXPECT_EQ(4096UL, hashtree_desc->hash_block_size); in TEST_F()
|
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 66 uint32_t data_block_size, uint32_t hash_block_size, in DmTargetVerity() argument 76 std::to_string(hash_block_size), in DmTargetVerity()
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 67 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()
|
/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,
|