HomeSort by relevance Sort by last modified time
    Searched refs:md5sum (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/trappy/tests/
test_caching.py 110 md5_path = os.path.join(cache_path, "md5sum")
116 md5sum = read_md5sum()
118 md5sum_inc = "".join(list(md5sum[:-1]) + [chr(ord(md5sum[-1]) + 1)])
126 # Check that the modified md5sum was overwritten
  /external/syslinux/com32/hdt/
Makefile 124 md5sum hdt_$(NODASH_VERSION).c32 >$(SUM_FILE)
125 md5sum hdt-$(VERSION).iso >>$(SUM_FILE)
126 md5sum hdt-hybrid-$(VERSION).iso >>$(SUM_FILE)
127 md5sum hdt-$(VERSION).img >>$(SUM_FILE)
128 md5sum hdt-$(VERSION).img.gz >>$(SUM_FILE)
  /external/libvpx/libvpx/build/make/
Makefile 31 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
33 md5sum := $(firstword $(wildcard \ macro
34 $(foreach e,md5sum openssl,\
37 md5sum := $(if $(filter %openssl,$(md5sum)),$(md5sum) dgst -md5,$(md5sum)) macro
53 echo " [MD5SUM] $(DIST_DIR)"; \
55 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
  /external/lz4/tests/
test-lz4-speed.py 147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName,
161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
178 text = args.message + ("\nmaxLoadAvg=%s load average at start=%s end=%s\n%s last_commit=%s md5=%s\n" % (args.maxLoadAvg, start_load, end_load, compilerVersion, last_commit, md5sum)) + text
193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName):
196 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
199 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
  /external/autotest/client/site_tests/video_VDAPerf/
video_VDAPerf.py 216 md5sum = hashlib.md5(r.read()).hexdigest()
217 if md5sum not in download_path:
218 raise error.TestError('unmatched md5 sum: %s' % md5sum)
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 181 md5sum = hashlib.md5(r.read()).hexdigest()
182 if md5sum not in path_on_cloud:
183 raise error.TestError('unmatched md5 sum: %s' % md5sum)
  /external/libvncserver/libvncclient/
tls_openssl.c 175 unsigned char md5sum[16], fingerprint[40], *f; local
194 md5len = sizeof (md5sum);
195 X509_digest (cert, EVP_md5 (), md5sum, &md5len);
197 sprintf ((char *) f, "%.2x%c", md5sum[i], i != 15 ? ':' : '\0');
  /build/make/tools/
generate-notice-files.py 47 def md5sum(filename): function
50 Output should be compatible with md5sum command"""
251 file_md5sum = md5sum(filename)
  /external/curl/lib/vauth/
ntlm.c 598 unsigned char md5sum[MD5_DIGEST_LENGTH]; local
616 result = Curl_ssl_md5sum(tmp, 16, md5sum, MD5_DIGEST_LENGTH);
618 /* We shall only use the first 8 bytes of md5sum, but the des code in
624 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);
  /external/curl/lib/vtls/
vtls.h 161 unsigned char *md5sum, /* output */
vtls.c 931 unsigned char *md5sum, /* output */
935 curlssl_md5sum(tmp, tmplen, md5sum, md5len);
945 Curl_MD5_final(MD5pw, md5sum);
  /external/autotest/client/site_tests/video_HangoutHardwarePerf/
video_HangoutHardwarePerf.py 178 prefix, md5sum, suffix = m.groups()
179 if md5.hexdigest() != md5sum:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 652 final String md5sum; local
655 md5sum = MD5Calculator.checksum(copiedFile);
661 if (TextUtils.isEmpty(md5sum)) {
664 if (!md5sum.equals(downloadRecord.mAttributes.getAsString(
667 throw new BadFormatException("MD5 checksum check failed : \"" + md5sum + "\" <> \""
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 351 md5sum = md5()
352 md5sum.update(data)
353 return md5sum.hexdigest().lower() == expect_md5.lower()
  /external/autotest/utils/
packager.py 77 "to place tarballs and md5sum files in.",
119 tarball and compute the md5sum from that tarball.
156 md5sum = pkgmgr.compute_checksum(tarball_path)
159 f.write(md5sum)
258 # Update md5sum
  /external/openssh/regress/
test-exec.sh 282 if have_prog md5sum; then
283 md5sum
  /external/flac/include/FLAC/
format.h 536 FLAC__byte md5sum[16]; member in struct:__anon19337
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 87 ok := "2bb571599a4180e1d542f76904adc3df" // md5sum of "0123456789" * 1000
  /prebuilts/go/linux-x86/src/crypto/md5/
md5_test.go 87 ok := "2bb571599a4180e1d542f76904adc3df" // md5sum of "0123456789" * 1000
  /system/update_engine/scripts/
brillo_update_payload 353 printf "md5sum of %s: " "${varname}"
354 md5sum "${!varname}"
  /toolchain/binutils/binutils-2.25/
src-release.sh 28 MD5PROG=md5sum
154 # Add an md5sum to the built tarball
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 26 def md5sum(data): function
57 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
307 self.assertEqual(md5sum(data), md5_regtype)
316 self.assertEqual(md5sum(data), md5_regtype)
359 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
448 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum,
449 "wrong md5sum for %s" % tarinfo.name)
    [all...]
  /external/python/cpython2/Lib/test/
test_tarfile.py 27 def md5sum(data): function
58 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
446 self.assertEqual(md5sum(data), md5_regtype)
452 self.assertEqual(md5sum(data), md5_regtype)
506 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
615 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum,
616 "wrong md5sum for %s" % tarinfo.name)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tarfile.py 26 def md5sum(data): function
57 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
308 self.assertEqual(md5sum(data), md5_regtype)
314 self.assertEqual(md5sum(data), md5_regtype)
365 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
471 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum,
472 "wrong md5sum for %s" % tarinfo.name)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tarfile.py 26 def md5sum(data): function
57 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
308 self.assertEqual(md5sum(data), md5_regtype)
314 self.assertEqual(md5sum(data), md5_regtype)
365 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype),
471 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum,
472 "wrong md5sum for %s" % tarinfo.name)
    [all...]

Completed in 1042 milliseconds

12 3 4