Searched defs:CalculateHash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/crypto/
H A Dp224_spake.cc201 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_,
203 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_,
216 void P224EncryptedKeyExchange::CalculateHash( function in class:crypto::P224EncryptedKeyExchange
/external/chromium_org/net/disk_cache/blockfile/
H A Dstorage_block-inl.h106 uint32 hash = CalculateHash();
135 data_->self_hash = CalculateHash();
165 data_->self_hash = CalculateHash();
199 template<typename T> uint32 StorageBlock<T>::CalculateHash() const { function in class:disk_cache::StorageBlock
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py211 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
232 def CalculateHash(file_path): function
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py163 def CalculateHash(self, file_path): member in class:CloudStorageModuleStub

Completed in 121 milliseconds