Home
last modified time | relevance | path

Searched refs:hash_function (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc82 auto hash_function = in VerifyVerityConfig() local
84 TEST_AND_RETURN_FALSE(hash_function != nullptr); in VerifyVerityConfig()
85 HashTreeBuilder hash_tree_builder(block_size, hash_function); in VerifyVerityConfig()
201 auto hash_function = in LoadVerityConfig() local
203 TEST_AND_RETURN_FALSE(hash_function != nullptr); in LoadVerityConfig()
204 HashTreeBuilder hash_tree_builder(block_size, hash_function); in LoadVerityConfig()
/system/extras/verity/
Dbuild_verity_tree_main.cpp116 auto hash_function = hash_algorithm.empty() in main() local
119 if (hash_function == nullptr) { in main()
122 HashTreeBuilder builder(kBlockSize, hash_function); in main()
/system/update_engine/payload_consumer/
Dverity_writer_android.cc178 auto hash_function = in Init() local
180 if (hash_function == nullptr) { in Init()
186 partition_->block_size, hash_function); in Init()
/system/logging/logd/
DLogTags.cpp454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked()