Home
last modified time | relevance | path

Searched refs:CalculateHash (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dstorage_block-inl.h106 uint32 hash = CalculateHash(); in VerifyHash()
135 data_->self_hash = CalculateHash(); in Store()
165 data_->self_hash = CalculateHash(); in Store()
199 template<typename T> uint32 StorageBlock<T>::CalculateHash() const { in CalculateHash() function
Dstorage_block.h83 uint32 CalculateHash() const;
/external/chromium_org/crypto/
Dp224_spake.cc201 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_, in ProcessMessage()
203 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_, in ProcessMessage()
216 void P224EncryptedKeyExchange::CalculateHash( in CalculateHash() function in crypto::P224EncryptedKeyExchange
Dp224_spake.h92 void CalculateHash(
/external/chromium_org/tools/telemetry/telemetry/util/
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/perf/page_sets/
DPRESUBMIT.py79 if cloud_storage.CalculateHash(file_path) != file_hash:
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_set_archive_info.py89 f.write(cloud_storage.CalculateHash(target_wpr_file_path))
Dpage_set_archive_info_unittest.py59 self.assertEquals(cloud_storage.CalculateHash(file_path), f.read())
/external/chromium_org/tools/telemetry/
Dcloud_storage176 file_hash = cloud_storage.CalculateHash(file_path)
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dsystem_stub.py163 def CalculateHash(self, file_path): member in CloudStorageModuleStub