Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage_unittest.py250 self._orig_calculate_hash = cloud_storage.CalculateHash
254 cloud_storage.CalculateHash = self._orig_calculate_hash
261 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
274 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
288 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
301 cloud_storage.CalculateHash = _FakeCalulateHashNewHash
307 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
328 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
360 cloud_storage.CalculateHash = _FakeCalulateHashMatchesRead
384 cloud_storage.CalculateHash = lambda _: 'hashNeW'
Dcloud_storage.py493 CalculateHash(download_path) == file_hash):
545 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
548 if CalculateHash(file_path) != expected_hash:
578 def CalculateHash(file_path): function
/external/libchrome/crypto/
Dp224_spake.cc209 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_, in ProcessMessage()
211 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_, in ProcessMessage()
224 void P224EncryptedKeyExchange::CalculateHash( in CalculateHash() function in crypto::P224EncryptedKeyExchange
Dp224_spake.h107 void CalculateHash(PeerType peer_type,
/external/vboot_reference/host/lib/include/
Dhost_signature.h43 VbSignature* CalculateHash(const uint8_t* data, uint64_t size,
/external/llvm-project/clang/include/clang/AST/
DODRHash.h75 unsigned CalculateHash();
/external/vboot_reference/host/lib/
Dhost_signature.c78 VbSignature* CalculateHash(const uint8_t* data, uint64_t size, in CalculateHash() function
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py254 cs_hash = cloud_storage.CalculateHash(dependency_path)
Dbase_config_unittest.py975 base_config_cs_mock.CalculateHash.return_value = self.new_dep_hash
991 base_config_cs_mock.CalculateHash.return_value = self.final_dep_hash
1023 base_config_cs_mock.CalculateHash.return_value = self.new_dep_hash
1040 base_config_cs_mock.CalculateHash.return_value = self.final_dep_hash
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp497 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
2038 return SelfHash.CalculateHash() == OtherHash.CalculateHash(); in isEquivalent()
DODRHash.cpp204 unsigned ODRHash::CalculateHash() { in CalculateHash() function in ODRHash
DDecl.cpp4096 ODRHash = Hash.CalculateHash(); in getODRHash()
4456 ODRHash = Hash.CalculateHash(); in getODRHash()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9648 return Hash.CalculateHash(); in diagnoseOdrViolations()
9655 return Hash.CalculateHash(); in diagnoseOdrViolations()
9662 return Hash.CalculateHash(); in diagnoseOdrViolations()
9668 return Hash.CalculateHash(); in diagnoseOdrViolations()
9676 return Hash.CalculateHash(); in diagnoseOdrViolations()
10886 return Hash.CalculateHash(); in diagnoseOdrViolations()