Searched refs:hash_block_size (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_util_test.cpp | 89 EXPECT_EQ(4096UL, hashtree_desc->hash_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 76 std::to_string(hash_block_size), in DmTargetVerity()
|
/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() 69 hashtree_desc.tree_offset / hashtree_desc.hash_block_size, hash_algorithm.str(), in ConstructVerityTable()
|
/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,
|