Home
last modified time | relevance | path

Searched refs:md5sum (Results 1 – 25 of 74) sorted by relevance

123

/external/libxcam/m4/
Dxcam-utils.m41 # XCAM_MD5SUM([file], [md5sum], [if-true], [if-false])
6 md5=`md5sum $1 | cut --delimiter=' ' --fields=1`
12 # XCAM_WGET([url], [output-file], [md5sum])
18 [AC_MSG_NOTICE([checking $2 md5sum ... ok])],
27 …CAM_MD5SUM([$2], [$3], [AC_MSG_NOTICE([checking $2 md5sum ... ok])], [AC_MSG_ERROR([checking $2 md…
/external/libjpeg-turbo/md5/
Dmd5cmp.c36 char *md5sum = NULL, buf[65]; in main() local
46 md5sum = MD5File(argv[2], buf); in main()
47 if (!md5sum) { in main()
52 if (!strcasecmp(md5sum, argv[1])) { in main()
56 fprintf(stderr, "%s: FAILED. Checksum is %s\n", argv[2], md5sum); in main()
/external/u-boot/test/fs/
Dfs-test.sh255 md5sum $addr \$filesize
262 md5sum $addr \$filesize
270 md5sum $addr \$filesize
278 md5sum $addr \$filesize
286 md5sum $addr \$filesize
294 md5sum $addr \$filesize
311 md5sum $addr \$filesize
329 md5sum $addr \$filesize
334 md5sum $addr \$filesize
382 dd if="${MB1}" bs=1M skip=0 count=1 2> /dev/null | md5sum > "$2"
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum_test.py11 from devil.android import md5sum
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)
179 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
199 out = md5sum.CalculateDeviceMd5Sums(test_path, device)
[all …]
/external/libcups/cups/
Dhttp-support.c506 unsigned char md5sum[16]; /* MD5 digest/sum */ in httpAssembleUUID() local
522 _cupsMD5Finish(&md5state, md5sum); in httpAssembleUUID()
531 md5sum[0], md5sum[1], md5sum[2], md5sum[3], md5sum[4], md5sum[5], in httpAssembleUUID()
532 (md5sum[6] & 15) | 0x30, md5sum[7], (md5sum[8] & 0x3f) | 0x40, in httpAssembleUUID()
533 md5sum[9], md5sum[10], md5sum[11], md5sum[12], md5sum[13], in httpAssembleUUID()
534 md5sum[14], md5sum[15]); in httpAssembleUUID()
/external/python/cpython2/Doc/includes/sqlite3/
Dmd5func.py4 def md5sum(t): function
8 con.create_function("md5", 1, md5sum)
/external/python/cpython3/Doc/includes/sqlite3/
Dmd5func.py4 def md5sum(t): function
8 con.create_function("md5", 1, md5sum)
/external/autotest/client/site_tests/audio_PlaybackPower/
Daudio_PlaybackPower.py87 md5sum = hashlib.md5(r.read()).hexdigest()
88 if md5sum != checksum:
89 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/curl/lib/vtls/
Dvtls.h73 CURLcode (*md5sum)(unsigned char *input, size_t inputlen, member
74 unsigned char *md5sum, size_t md5sumlen);
99 unsigned char *md5sum, size_t md5len);
238 unsigned char *md5sum, /* output */
Dvtls.c962 unsigned char *md5sum, /* output */ in Curl_ssl_md5sum() argument
965 return Curl_ssl->md5sum(tmp, tmplen, md5sum, md5len); in Curl_ssl_md5sum()
1079 unsigned char *md5sum, size_t md5len UNUSED_PARAM) in Curl_none_md5sum() argument
1089 Curl_MD5_final(MD5pw, md5sum); in Curl_none_md5sum()
1095 unsigned char *md5sum UNUSED_PARAM, in Curl_none_md5sum()
1100 (void)md5sum; in Curl_none_md5sum()
/external/iptables/
Drelease.sh26 md5sum "$TARBALL" >"$TARBALL.md5sum";
30 md5sum "$PATCH" >"$PATCH.md5sum";
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
Dvideo_VideoEncodeAccelerator.py46 md5sum = hashlib.md5(r.read()).hexdigest()
47 if md5sum not in download_path:
48 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/libvpx/libvpx/build/make/
DMakefile33 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/lz4/tests/
Dtest-lz4-speed.py147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
178 … 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, fi… argument
196 …text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVe…
199 …text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVe…
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc96 csum1=`md5sum trace`
98 csum2=`md5sum trace`
/external/ltp/testcases/commands/mv/
Dmv_tests.sh141 MD5_old=$(md5sum tmpfile2 | awk '{print $1}')
157 MD5_backup=$(md5sum tmpfile2 | awk '{print $1}')
/external/u-boot/cmd/
Dmd5sum.c168 md5sum, 5, 1, do_md5sum,
177 md5sum, 4, 1, do_md5sum,
/external/bzip2/
Dbzip.css6 #761596 purple md5sum text
33 #release .md5sum { color: #761596; }
/external/autotest/client/site_tests/video_VDAPerf/
Dvideo_VDAPerf.py214 md5sum = hashlib.md5(r.read()).hexdigest()
215 if md5sum not in download_path:
216 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/fsverity-utils/
DREADME.md44 md5sum file
58 md5sum file
92 md5sum file
95 md5sum file
/external/toolchain-utils/binary_search_tool/common/
Dhash_test.sh53 md5sum -c --status ${HASHES_FILE}
/external/autotest/client/site_tests/video_VEAPerf/
Dvideo_VEAPerf.py248 md5sum = hashlib.md5(r.read()).hexdigest()
249 if md5sum not in path_on_cloud:
250 raise error.TestError('unmatched md5 sum: %s' % md5sum)
/external/bouncycastle/
DREADME.android19 md5sum bcprov-jdk*-*.tar.gz
21 md5sum bcpkix-jdk*-*.tar.gz
/external/kmod/
D.gitignore5 /*.md5sum
/external/zlib/
Dupdate_zlib.sh41 md5_sum=$(md5sum /tmp/$tgz_file)

123