Home
last modified time | relevance | path

Searched refs:out_hash (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Dhash_calculator.cc85 brillo::Blob* out_hash) { in RawHashOfBytes() argument
89 *out_hash = calc.raw_hash(); in RawHashOfBytes()
94 brillo::Blob* out_hash) { in RawHashOfData() argument
95 return RawHashOfBytes(data.data(), data.size(), out_hash); in RawHashOfData()
100 brillo::Blob* out_hash) { in RawHashOfFile() argument
109 *out_hash = calc.raw_hash(); in RawHashOfFile()
Dhash_calculator.h73 brillo::Blob* out_hash);
74 static bool RawHashOfData(const brillo::Blob& data, brillo::Blob* out_hash);
77 brillo::Blob* out_hash);
/system/update_engine/payload_consumer/
Dpartition_update_generator_android_unittest.cc76 brillo::Blob out_hash; in CheckPartitionUpdate() local
78 content.data(), content.size(), &out_hash)); in CheckPartitionUpdate()
79 ASSERT_EQ(std::string(out_hash.begin(), out_hash.end()), in CheckPartitionUpdate()
81 ASSERT_EQ(std::string(out_hash.begin(), out_hash.end()), in CheckPartitionUpdate()