Searched defs:HashCalculator (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/common/
H A Dhash_calculator.h38 class HashCalculator { class in namespace:chromeos_update_engine
40 HashCalculator();
74 // previous HashCalculator::GetContext method call. Returns true on success,
102 DISALLOW_COPY_AND_ASSIGN(HashCalculator);
H A Dhash_calculator.cc31 HashCalculator::HashCalculator() : valid_(false) { function in class:chromeos_update_engine::HashCalculator
38 bool HashCalculator::Update(const void* data, size_t length) {
47 off_t HashCalculator::UpdateFile(const string& name, off_t length) {
77 bool HashCalculator::Finalize() {
89 bool HashCalculator::RawHashOfBytes(const void* data,
92 HashCalculator calc;
99 bool HashCalculator::RawHashOfData(const brillo::Blob& data,
104 off_t HashCalculator::RawHashOfFile(const string& name, off_t length,
106 HashCalculator cal
[all...]

Completed in 649 milliseconds