Home
last modified time | relevance | path

Searched refs:hash_block_size (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc61 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/
Dapexd_verity.cpp71 auto block_size = verity_data.desc->hash_block_size; in GenerateHashTree()
130 auto block_size = verity_data.desc->hash_block_size; in CalculateRootDigest()
Dapexd.cpp203 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/
Dfs_avb_util_test.cpp89 EXPECT_EQ(4096UL, hashtree_desc->hash_block_size); in TEST_F()
/system/core/fs_mgr/libdm/
Ddm_target.cpp66 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/
Davb_util.cpp67 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/
Ddm_target.h123 uint32_t data_block_size, uint32_t hash_block_size, uint32_t num_data_blocks,