Searched refs:hash_tree_data_end (Results 1 – 2 of 2) sorted by relevance
211 const uint64_t hash_tree_data_end = in Update() local215 if (offset + size > hash_tree_data_end) { in Update()220 << " hash_tree_data_end: " << hash_tree_data_end; in Update()222 const uint64_t end_offset = std::min(offset + size, hash_tree_data_end); in Update()227 if (end_offset == hash_tree_data_end) { in Update()239 const auto hash_tree_data_end = in Finalize() local241 if (total_offset_ < hash_tree_data_end) { in Finalize()245 << hash_tree_data_end; in Finalize()282 const auto hash_tree_data_end = in IncrementalFinalize() local284 if (total_offset_ < hash_tree_data_end) { in IncrementalFinalize()[all …]
194 uint64_t hash_tree_data_end = hash_tree_data_offset + hash_tree_data_size; in ParseVerityConfig() local195 if (hash_tree_offset < hash_tree_data_end) { in ParseVerityConfig()197 << hash_tree_data_end << ", but hash tree starts at " in ParseVerityConfig()