Searched refs:md5Hash (Results 1 – 4 of 4) sorted by relevance
211 def AddTestResult(self, testName, md5Hash, outputImagePath): argument215 if md5Hash not in self._ignore_hashes:219 newFilePath = os.path.join(self._outputDir, md5Hash + '.' + imgExt)228 "md5": md5Hash,
359 md5Hash := md5.New()360 md5Hash.Write(h.buffer)363 return finishedSum30(md5Hash, sha1Hash, masterSecret, nil)
344 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatedHashFunction_makeHash()346 byte[] combined = new byte[md5Hash.length + murmur3Hash.length]; in testConcatenatedHashFunction_makeHash()348 buffer.put(md5Hash); in testConcatenatedHashFunction_makeHash()
610 md5Hash = _messages.StringField(15) variable in Object