Searched refs:md5Hash (Results 1 – 5 of 5) sorted by relevance
212 def AddTestResult(self, testName, md5Hash, outputImagePath, matchResult): argument216 if md5Hash not in self._ignore_hashes:220 newFilePath = os.path.join(self._output_dir, md5Hash + '.' + imgExt)229 'md5': md5Hash,
361 md5Hash := md5.New()362 md5Hash.Write(h.buffer)365 return finishedSum30(md5Hash, sha1Hash, masterSecret, nil)
383 byte[] md5Hash = Hashing.md5().hashLong(42L).asBytes(); in testConcatenatingHashFunction_makeHash()385 byte[] combined = new byte[md5Hash.length + murmur3Hash.length]; in testConcatenatingHashFunction_makeHash()387 buffer.put(md5Hash); in testConcatenatingHashFunction_makeHash()
611 md5Hash = _messages.StringField(15) variable in Object