/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | verity_writer_android_unittest.cc | 39 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 D | install_plan.cc | 201 hash_tree_algorithm = partition.hash_tree_algorithm(); in ParseVerityConfig()
|
H A D | verity_writer_android.cc | 179 HashTreeBuilder::HashFunction(partition_->hash_tree_algorithm); in Init() 182 << partition_->hash_tree_algorithm; in Init()
|
H A D | install_plan.h | 153 std::string hash_tree_algorithm; member
|
H A D | filesystem_verifier_action_unittest.cc | 141 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 D | payload_generation_config_android.cc | 49 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 D | payload_generation_config_android_unittest.cc | 154 EXPECT_EQ("sha1", verity.hash_tree_algorithm); in TEST_F() 173 EXPECT_EQ("sha1", verity.hash_tree_algorithm); in TEST_F()
|
H A D | payload_generation_config.cc | 51 hash_tree_extent.num_blocks() == 0 && hash_tree_algorithm.empty() && in IsEmpty() 59 hash_tree_algorithm.clear(); in Clear()
|
H A D | payload_generation_config.h | 71 std::string hash_tree_algorithm; member
|
H A D | payload_file.cc | 169 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/ |
D | update_metadata.pb.h | 1631 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/ |
D | update_metadata.pb.h | 1631 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/ |
D | update_metadata.pb.h | 1631 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 D | update_metadata.proto | 291 optional string hash_tree_algorithm = 12; field
|
/aosp_15_r20/system/update_engine/update_engine/ |
H A D | update_metadata.proto | 291 optional string hash_tree_algorithm = 12; field
|