Searched refs:HashOfBytes (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/common/
H A Dhash_calculator.cc118 string HashCalculator::HashOfBytes(const void* data, size_t length) { function in class:chromeos_update_engine::HashCalculator
126 return HashOfBytes(str.data(), str.size());
130 return HashOfBytes(data.data(), data.size());
H A Dhash_calculator.h87 static std::string HashOfBytes(const void* data, size_t length);
/system/update_engine/payload_consumer/
H A Ddownload_action_unittest.cc143 string hash = HashCalculator::HashOfBytes(&data[1], data.size() - 1);

Completed in 6 milliseconds