/external/libxcam/m4/ |
D | xcam-utils.m4 | 1 # 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/ |
D | md5cmp.c | 36 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/ |
D | fs-test.sh | 255 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/ |
D | md5sum_test.py | 11 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/ |
D | http-support.c | 506 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/ |
D | md5func.py | 4 def md5sum(t): function 8 con.create_function("md5", 1, md5sum)
|
/external/python/cpython3/Doc/includes/sqlite3/ |
D | md5func.py | 4 def md5sum(t): function 8 con.create_function("md5", 1, md5sum)
|
/external/autotest/client/site_tests/audio_PlaybackPower/ |
D | audio_PlaybackPower.py | 87 md5sum = hashlib.md5(r.read()).hexdigest() 88 if md5sum != checksum: 89 raise error.TestError('unmatched md5 sum: %s' % md5sum)
|
/external/curl/lib/vtls/ |
D | vtls.h | 73 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 */
|
D | vtls.c | 962 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/ |
D | release.sh | 26 md5sum "$TARBALL" >"$TARBALL.md5sum"; 30 md5sum "$PATCH" >"$PATCH.md5sum";
|
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/ |
D | video_VideoEncodeAccelerator.py | 46 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/ |
D | Makefile | 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/lz4/tests/ |
D | test-lz4-speed.py | 147 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/ |
D | func_traceonoff_triggers.tc | 96 csum1=`md5sum trace` 98 csum2=`md5sum trace`
|
/external/ltp/testcases/commands/mv/ |
D | mv_tests.sh | 141 MD5_old=$(md5sum tmpfile2 | awk '{print $1}') 157 MD5_backup=$(md5sum tmpfile2 | awk '{print $1}')
|
/external/u-boot/cmd/ |
D | md5sum.c | 168 md5sum, 5, 1, do_md5sum, 177 md5sum, 4, 1, do_md5sum,
|
/external/bzip2/ |
D | bzip.css | 6 #761596 purple md5sum text 33 #release .md5sum { color: #761596; }
|
/external/autotest/client/site_tests/video_VDAPerf/ |
D | video_VDAPerf.py | 214 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/ |
D | README.md | 44 md5sum file 58 md5sum file 92 md5sum file 95 md5sum file
|
/external/toolchain-utils/binary_search_tool/common/ |
D | hash_test.sh | 53 md5sum -c --status ${HASHES_FILE}
|
/external/autotest/client/site_tests/video_VEAPerf/ |
D | video_VEAPerf.py | 248 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/ |
D | README.android | 19 md5sum bcprov-jdk*-*.tar.gz 21 md5sum bcpkix-jdk*-*.tar.gz
|
/external/kmod/ |
D | .gitignore | 5 /*.md5sum
|
/external/zlib/ |
D | update_zlib.sh | 41 md5_sum=$(md5sum /tmp/$tgz_file)
|