Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/selinux/
Dcheck_md5.sh27 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/mbedtls/library/
Dpem.c81 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()
Dmd5.c400 unsigned char md5sum[16]; in mbedtls_md5_self_test() local
407 ret = mbedtls_md5( md5_test_buf[i], md5_test_buflen[i], md5sum ); in mbedtls_md5_self_test()
411 if( memcmp( md5sum, md5_test_sum[i], 16 ) != 0 ) in mbedtls_md5_self_test()
/third_party/pcre2/pcre2/
Dcheck_md5.sh20 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/
Dmd5func.py4 def md5sum(t): function
8 con.create_function("md5", 1, md5sum)
/third_party/ffmpeg/tests/
Dmd5.sh4 do_md5sum() { md5sum -b $1; }
12 do_md5sum() { echo No md5sum program found; }
Dcopycooker.sh19 md5sum first.nut >> $logfile
/third_party/skia/third_party/externals/angle2/tools/android/md5sum/
DBUILD.gn6 # 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/
Dk-thread.sh62 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/
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…
/third_party/ltp/testcases/commands/mv/
Dmv_tests.sh123 MD5_old=$(md5sum tmpfile2 | awk '{print $1}')
139 MD5_backup=$(md5sum tmpfile2 | awk '{print $1}')
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c68 #define _throwmd5(filename, md5sum, ref) { \ argument
69 printf("\n%s has an MD5 sum of %s.\n Should be %s.\n", filename, md5sum, \
724 char filename[80], *md5sum, md5buf[65]; in doBmpTest() local
745 md5sum = MD5File(filename, md5buf); in doBmpTest()
746 if (strcasecmp(md5sum, md5ref)) in doBmpTest()
747 _throwmd5(filename, md5sum, md5ref); in doBmpTest()
/third_party/skia/third_party/externals/markupsafe/
Dget_markupsafe.sh54 if ! md5sum --check "$MD5_FILENAME"
/third_party/node/tools/inspector_protocol/markupsafe/
Dget_markupsafe.sh54 if ! md5sum --check "$MD5_FILENAME"
/third_party/libjpeg-turbo/
Dtjunittest.c73 #define THROW_MD5(filename, md5sum, ref) { \ argument
74 printf("\n%s has an MD5 sum of %s.\n Should be %s.\n", filename, md5sum, \
767 char filename[80], *md5sum, md5buf[65]; in doBmpTest() local
788 md5sum = MD5File(filename, md5buf); in doBmpTest()
789 if (strcasecmp(md5sum, md5ref)) in doBmpTest()
790 THROW_MD5(filename, md5sum, md5ref); in doBmpTest()
/third_party/node/tools/inspector_protocol/jinja2/
Dget_jinja2.sh55 if ! md5sum --check "$MD5_FILENAME"
/third_party/mbedtls/programs/
D.gitignore18 hash/md5sum
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c70 #define THROW_MD5(filename, md5sum, ref) { \ argument
72 md5sum, ref); \
781 char filename[filenameSize], *md5sum, md5buf[65]; in doBmpTest() local
808 md5sum = MD5File(filename, md5buf); in doBmpTest()
809 if (strcasecmp(md5sum, md5ref)) in doBmpTest()
810 THROW_MD5(filename, md5sum, md5ref); in doBmpTest()
/third_party/python/Lib/sqlite3/test/
Duserfunctions.py348 def md5sum(t): function
351 dest.create_function("md5", 1, md5sum)
353 del md5sum, dest
/third_party/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh66 if ! echo "4136d7b4c04df68b686570afa26988ac ${LIBELF_VERSION}.tar.gz" | md5sum -c -; then
/third_party/toybox/
DBUILD.gn37 "toys/lsb/md5sum.c",
335 "bin/md5sum",
526 "toys/lsb/md5sum.c",
848 "md5sum",
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DCMakeLists.txt76 COMMAND cmake -E md5sum ${DEQP_VULKAN_INL_GEN_OUTPUTS}
/third_party/python/Tools/scripts/
DREADME41 md5sum.py Print MD5 checksums of argument files

12