OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HashCalculator
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/common/
hash_calculator.h
38
class
HashCalculator
{
40
HashCalculator
();
74
// previous
HashCalculator
::GetContext method call. Returns true on success,
102
DISALLOW_COPY_AND_ASSIGN(
HashCalculator
);
hash_calculator.cc
31
HashCalculator
::
HashCalculator
() : valid_(false) {
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
calc
[
all
...]
Completed in 1332 milliseconds