Home
last modified time | relevance | path

Searched refs:hash_tree_algorithm (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dverity_writer_android_unittest.cc39 partition_.hash_tree_algorithm = "sha1"; in SetUp()
90 partition_.hash_tree_algorithm = "sha123"; in TEST_F()
100 partition_.hash_tree_algorithm = "sha256"; in TEST_F()
121 partition_.hash_tree_algorithm = "sha256"; in TEST_F()
H A Dinstall_plan.cc201 hash_tree_algorithm = partition.hash_tree_algorithm(); in ParseVerityConfig()
H A Dverity_writer_android.cc179 HashTreeBuilder::HashFunction(partition_->hash_tree_algorithm); in Init()
182 << partition_->hash_tree_algorithm; in Init()
H A Dinstall_plan.h153 std::string hash_tree_algorithm; member
H A Dfilesystem_verifier_action_unittest.cc141 partition->hash_tree_algorithm = "sha256"; in SetHashWithVerity()
456 part.hash_tree_algorithm = "sha1"; in TEST_F()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_generation_config_android.cc49 part->verity.hash_tree_algorithm = in AvbDescriptorCallback()
83 HashTreeBuilder::HashFunction(part.verity.hash_tree_algorithm); in VerifyVerityConfig()
198 part.verity.hash_tree_algorithm = verity_table[7]; in LoadVerityConfig()
202 HashTreeBuilder::HashFunction(part.verity.hash_tree_algorithm); in LoadVerityConfig()
H A Dpayload_generation_config_android_unittest.cc154 EXPECT_EQ("sha1", verity.hash_tree_algorithm); in TEST_F()
173 EXPECT_EQ("sha1", verity.hash_tree_algorithm); in TEST_F()
H A Dpayload_generation_config.cc51 hash_tree_extent.num_blocks() == 0 && hash_tree_algorithm.empty() && in IsEmpty()
59 hash_tree_algorithm.clear(); in Clear()
H A Dpayload_generation_config.h71 std::string hash_tree_algorithm; member
H A Dpayload_file.cc169 partition->set_hash_tree_algorithm(part.verity.hash_tree_algorithm); in WritePayload()
/aosp_15_r20/out/soong/.intermediates/system/update_engine/update_metadata-protos/android_ramdisk_arm64_armv8-2a_cortex-a55_static/gen/proto/update_engine/
Dupdate_metadata.pb.h1631 const std::string& hash_tree_algorithm() const; in Swap()
1636 void set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm); in Swap()
4794 inline const std::string& PartitionUpdate::hash_tree_algorithm() const { in hash_tree_algorithm() function
4835 inline void PartitionUpdate::set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm) { in set_allocated_hash_tree_algorithm() argument
4836 if (hash_tree_algorithm != nullptr) { in set_allocated_hash_tree_algorithm()
4841 _impl_.hash_tree_algorithm_.SetAllocated(hash_tree_algorithm, GetArenaForAllocation()); in set_allocated_hash_tree_algorithm()
/aosp_15_r20/out/soong/.intermediates/system/update_engine/update_metadata-protos/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/update_engine/
Dupdate_metadata.pb.h1631 const std::string& hash_tree_algorithm() const; in Swap()
1636 void set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm); in Swap()
4794 inline const std::string& PartitionUpdate::hash_tree_algorithm() const { in hash_tree_algorithm() function
4835 inline void PartitionUpdate::set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm) { in set_allocated_hash_tree_algorithm() argument
4836 if (hash_tree_algorithm != nullptr) { in set_allocated_hash_tree_algorithm()
4841 _impl_.hash_tree_algorithm_.SetAllocated(hash_tree_algorithm, GetArenaForAllocation()); in set_allocated_hash_tree_algorithm()
/aosp_15_r20/out/soong/.intermediates/system/update_engine/update_metadata-protos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/update_engine/
Dupdate_metadata.pb.h1631 const std::string& hash_tree_algorithm() const; in Swap()
1636 void set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm); in Swap()
4794 inline const std::string& PartitionUpdate::hash_tree_algorithm() const { in hash_tree_algorithm() function
4835 inline void PartitionUpdate::set_allocated_hash_tree_algorithm(std::string* hash_tree_algorithm) { in set_allocated_hash_tree_algorithm() argument
4836 if (hash_tree_algorithm != nullptr) { in set_allocated_hash_tree_algorithm()
4841 _impl_.hash_tree_algorithm_.SetAllocated(hash_tree_algorithm, GetArenaForAllocation()); in set_allocated_hash_tree_algorithm()
/aosp_15_r20/system/update_engine/
H A Dupdate_metadata.proto291 optional string hash_tree_algorithm = 12; field
/aosp_15_r20/system/update_engine/update_engine/
H A Dupdate_metadata.proto291 optional string hash_tree_algorithm = 12; field