Searched refs:md5sum (Results 1 - 25 of 46) sorted by relevance

12

/external/libjpeg-turbo/md5/
H A Dmd5cmp.c36 char *md5sum = NULL, buf[65]; local
46 md5sum = MD5File(argv[2], buf);
47 if (!md5sum) {
52 if (!strcasecmp(md5sum, argv[1])) {
56 fprintf(stderr, "%s: FAILED. Checksum is %s\n", argv[2], md5sum);
/external/iptables/
H A Drelease.sh26 md5sum "$TARBALL" >"$TARBALL.md5sum";
30 md5sum "$PATCH" >"$PATCH.md5sum";
/external/chromium-trace/catapult/devil/devil/android/
H A Dmd5sum_test.py11 from devil.android import md5sum namespace
47 out = md5sum.CalculateHostMd5Sums(test_path)
62 out = md5sum.CalculateHostMd5Sums(test_paths)
81 out = md5sum.CalculateHostMd5Sums(test_paths)
96 out = md5sum.CalculateDeviceMd5Sums([], device)
110 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
130 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
154 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
170 'WARNING: linker: /data/local/tmp/md5sum/md5sum_bin: '
179 out = md5sum
[all...]
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
H A Dvideo_VideoEncodeAccelerator.py35 md5sum = hashlib.md5(r.read()).hexdigest()
36 if md5sum not in download_path:
37 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/zlib/
H A Dupdate_zlib.sh41 md5_sum=$(md5sum /tmp/$tgz_file)
/external/autotest/client/site_tests/audio_PlaybackPower/
H A Daudio_PlaybackPower.py86 md5sum = hashlib.md5(r.read()).hexdigest()
87 if md5sum != checksum:
88 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/autotest/client/virt/
H A Dppm_utils.py12 def find_id_for_screendump(md5sum, dir):
14 Search dir for a PPM file whose name ends with md5sum.
16 @param md5sum: md5 sum string
26 exp = re.compile(r"(.*_)?" + md5sum + r"\.ppm", re.IGNORECASE)
31 def generate_id_for_screendump(md5sum, dir):
39 filename = time.strftime("%Y%m%d_%H%M%S") + "_" + md5sum + ".ppm"
116 Return the md5sum of an image.
131 Return the md5sum of a cropped region.
/external/v8/tools/
H A Dfuzz-harness.sh57 jsfunfuzz_sum=$(md5sum "$jsfunfuzz_file" | awk '{ print $1 }')
H A Dandroid-sync.sh46 local HASH=$(md5sum $1)
/external/curl/lib/vtls/
H A Ddarwinssl.h49 unsigned char *md5sum, /* output */
H A Dgtls.h49 unsigned char *md5sum, /* output */
H A Dnssg.h56 unsigned char *md5sum, /* output */
H A Dopenssl.h73 unsigned char *md5sum /* output */,
H A Dvtls.h113 unsigned char *md5sum, /* output */
H A Dvtls.c852 unsigned char *md5sum, /* output */
856 curlssl_md5sum(tmp, tmplen, md5sum, md5len);
866 Curl_MD5_final(MD5pw, md5sum);
850 Curl_ssl_md5sum(unsigned char *tmp, size_t tmplen, unsigned char *md5sum, size_t md5len) argument
/external/bzip2/
H A Dbzip.css6 #761596 purple md5sum text
33 #release .md5sum { color: #761596; }
/external/autotest/client/site_tests/video_VDAPerf/
H A Dvideo_VDAPerf.py215 md5sum = hashlib.md5(r.read()).hexdigest()
216 if md5sum not in download_path:
217 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/autotest/client/site_tests/video_VEAPerf/
H A Dvideo_VEAPerf.py180 md5sum = hashlib.md5(r.read()).hexdigest()
181 if md5sum not in path_on_cloud:
182 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dandroid_profiling_helper.py20 from devil.android import md5sum # pylint: disable=import-error namespace
44 'readelf -p%s "%s" | md5sum' % (section, elf_file), shell=True)
229 host_md5sums = md5sum.CalculateHostMd5Sums([output_lib])
231 device_md5sums = md5sum.CalculateDeviceMd5Sums([lib], device)
/external/libvpx/libvpx/build/make/
H A DMakefile31 # 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
55 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
/external/libvncserver/libvncclient/
H A Dtls_openssl.c175 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');
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
H A Dvideo_HangoutHardwarePerf.py173 prefix, md5sum, suffix = m.groups()
174 if md5.hexdigest() != md5sum:
/external/autotest/client/tests/kvm/tests/
H A Dsteps.py35 cmd, dx, dy, x1, y1, md5sum, timeout = words[:7]
104 # Compute md5sum of whole image
125 # Compare md5sum of barrier region with the expected md5sum
128 if calced_md5sum == md5sum:
135 # Insert image md5sum into queue of last seen images:
136 # If md5sum is already in queue...
138 # Remove md5sum from queue
143 # Insert md5sum at beginning of queue
/external/curl/lib/
H A Dcurl_ntlm_msgs.c577 unsigned char md5sum[MD5_DIGEST_LENGTH]; local
594 result = Curl_ssl_md5sum(tmp, 16, md5sum, MD5_DIGEST_LENGTH);
596 /* We shall only use the first 8 bytes of md5sum, but the des code in
602 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);
/external/toybox/
H A DAndroid.mk73 toys/lsb/md5sum.c \
295 md5sum \

Completed in 589 milliseconds

12