/third_party/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()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/selinux/ |
D | check_md5.sh | 27 this_md5=$(md5sum ${input_file} | awk '{print $1}') 30 md5sum ${input_file} | awk '{print $1}' > ${md5sum_file} 35 md5sum ${input_file} | awk '{print $1}' > ${md5sum_file}
|
/third_party/libsoup/tests/ |
D | forms-test.c | 309 const char *file = NULL, *md5sum = NULL, *fmt; in md5_get_callback() local 315 md5sum = g_hash_table_lookup (query, "md5sum"); in md5_get_callback() 324 if (file && md5sum) { in md5_get_callback() 327 file, md5sum); in md5_get_callback() 337 if (md5sum) in md5_get_callback() 338 g_string_append_printf (buf, "%s", md5sum); in md5_get_callback() 356 char *filename, *md5sum, *redirect_uri; in md5_post_callback() local 374 md5sum = g_compute_checksum_for_data (G_CHECKSUM_MD5, in md5_post_callback() 382 "md5sum", md5sum, in md5_post_callback() 391 g_free (md5sum); in md5_post_callback()
|
D | xmlrpc-server.php | 41 function md5sum ($method_name, $params, $app_data) function
|
/third_party/mbedtls/library/ |
D | pem.c | 81 unsigned char md5sum[16]; in pem_pbkdf1() local 96 if( ( ret = mbedtls_md5_finish( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1() 101 memcpy( key, md5sum, keylen ); in pem_pbkdf1() 105 memcpy( key, md5sum, 16 ); in pem_pbkdf1() 112 if( ( ret = mbedtls_md5_update( &md5_ctx, md5sum, 16 ) ) != 0 ) in pem_pbkdf1() 118 if( ( ret = mbedtls_md5_finish( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1() 125 memcpy( key + 16, md5sum, use_len ); in pem_pbkdf1() 129 mbedtls_platform_zeroize( md5sum, 16 ); in pem_pbkdf1()
|
/third_party/pcre2/pcre2/ |
D | check_md5.sh | 20 input_file_md5=$(md5sum ${input_file} | awk '{print $1}') 21 output_file_md5=$(md5sum ${output_file} | awk '{print $1}')
|
/third_party/python/Doc/includes/sqlite3/ |
D | md5func.py | 4 def md5sum(t): function 8 con.create_function("md5", 1, md5sum)
|
/third_party/ffmpeg/tests/ |
D | md5.sh | 4 do_md5sum() { md5sum -b $1; } 12 do_md5sum() { echo No md5sum program found; }
|
D | copycooker.sh | 19 md5sum first.nut >> $logfile
|
/third_party/skia/third_party/externals/angle2/tools/android/md5sum/ |
D | BUILD.gn | 6 # This should be removed once //tools/android/md5sum moves to //build in Chromium. 7 group("md5sum") {
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
D | k-thread.sh | 62 local md5a=$(run_quiet cd $ta; find | md5sum | awk '{ print $1}') 63 local md5b=$(run_quiet cd $tb; find | md5sum | awk '{ print $1}')
|
/third_party/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…
|
/third_party/ltp/testcases/commands/mv/ |
D | mv_tests.sh | 123 MD5_old=$(md5sum tmpfile2 | awk '{print $1}') 139 MD5_backup=$(md5sum tmpfile2 | awk '{print $1}')
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip.css | 6 #761596 purple md5sum text 33 #release .md5sum { color: #761596; }
|
/third_party/bzip2/ |
D | bzip.css | 6 #761596 purple md5sum text 33 #release .md5sum { color: #761596; }
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip.css | 6 #761596 purple md5sum text 33 #release .md5sum { color: #761596; }
|
/third_party/grpc/templates/tools/dockerfile/ |
D | compile_python_36.include | 16 md5sum -c checksum.md5
|
D | compile_python_38.include | 16 md5sum -c checksum.md5
|
/third_party/libnl/tools/ |
D | build_release.sh | 57 md5sum "./$F" > "./$F.md5sum"
|
/third_party/grpc/tools/dockerfile/test/python_stretch_default_x64/ |
D | Dockerfile | 81 md5sum -c checksum.md5 101 md5sum -c checksum.md5
|
/third_party/curl/lib/vauth/ |
D | ntlm.c | 586 unsigned char md5sum[MD5_DIGEST_LEN]; in Curl_auth_create_ntlm_type3_message() 606 Curl_md5it(md5sum, tmp, 16); in Curl_auth_create_ntlm_type3_message() 614 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp); in Curl_auth_create_ntlm_type3_message()
|
/third_party/skia/third_party/externals/markupsafe/ |
D | get_markupsafe.sh | 54 if ! md5sum --check "$MD5_FILENAME"
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | get_markupsafe.sh | 54 if ! md5sum --check "$MD5_FILENAME"
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | get_jinja2.sh | 55 if ! md5sum --check "$MD5_FILENAME"
|