Home
last modified time | relevance | path

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

/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_generator/
Dpayload_generation_config_android.cc81 auto hash_function = in VerifyVerityConfig() local
83 TEST_AND_RETURN_FALSE(hash_function != nullptr); in VerifyVerityConfig()
84 HashTreeBuilder hash_tree_builder(block_size, hash_function); in VerifyVerityConfig()
200 auto hash_function = in LoadVerityConfig() local
202 TEST_AND_RETURN_FALSE(hash_function != nullptr); in LoadVerityConfig()
203 HashTreeBuilder hash_tree_builder(block_size, hash_function); in LoadVerityConfig()
/system/update_engine/payload_consumer/
Dverity_writer_android.cc48 auto hash_function = in Init() local
50 if (hash_function == nullptr) { in Init()
56 partition_->block_size, hash_function); in Init()
/system/core/logd/
DLogTags.cpp453 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked()