HomeSort by relevance Sort by last modified time
    Searched defs:HashCalculator (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
hash_calculator.h 38 class HashCalculator {
40 HashCalculator();
67 // previous HashCalculator::GetContext method call. Returns true on success,
89 DISALLOW_COPY_AND_ASSIGN(HashCalculator);
hash_calculator.cc 30 HashCalculator::HashCalculator() : valid_(false) {
37 bool HashCalculator::Update(const void* data, size_t length) {
46 off_t HashCalculator::UpdateFile(const string& name, off_t length) {
76 bool HashCalculator::Finalize() {
83 bool HashCalculator::RawHashOfBytes(const void* data,
86 HashCalculator calc;
93 bool HashCalculator::RawHashOfData(const brillo::Blob& data,
98 off_t HashCalculator::RawHashOfFile(const string& name, off_t length,
100 HashCalculator calc
    [all...]

Completed in 59 milliseconds