Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A 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()
/aosp12/system/extras/verity/
H A 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()
/aosp12/system/update_engine/payload_consumer/
H A Dverity_writer_android.cc47 auto hash_function = in Init() local
49 if (hash_function == nullptr) { in Init()
55 partition_->block_size, hash_function); in Init()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.cpp263 auto fn = mCameraDevices.hash_function(); in openCamera()
367 auto fn = mCameraDevices.hash_function(); in openCamera_1_1()
/aosp12/bootable/recovery/updater/
H A Dblockimg.cpp1512 auto hash_function = HashTreeBuilder::HashFunction(params.tokens[params.cpos++]); in PerformCommandComputeHashTree() local
1513 if (hash_function == nullptr) { in PerformCommandComputeHashTree()
1532 HashTreeBuilder builder(BLOCKSIZE, hash_function); in PerformCommandComputeHashTree()
/aosp12/system/logging/logd/
H A DLogTags.cpp454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked()