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

/external/libchrome/crypto/
H A Dp224_spake.cc207 CalculateHash(kPeerTypeClient, client_masked_dh, server_masked_dh, key_,
209 CalculateHash(kPeerTypeServer, client_masked_dh, server_masked_dh, key_,
222 void P224EncryptedKeyExchange::CalculateHash( function in class:crypto::P224EncryptedKeyExchange
/external/vboot_reference/host/lib/
H A Dhost_signature.c78 VbSignature* CalculateHash(const uint8_t* data, uint64_t size, function
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dcloud_storage.py396 CalculateHash(download_path) == file_hash):
420 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
446 def CalculateHash(file_path): function
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py219 CloudStorageModuleStub.CalculateHash(self, local_path))
267 def CalculateHash(self, file_path): member in class:CloudStorageModuleStub

Completed in 146 milliseconds