Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpem.c81 unsigned char md5sum[16]; in pem_pbkdf1() local
105 if ((ret = mbedtls_md_finish(&md5_ctx, md5sum)) != 0) { in pem_pbkdf1()
110 memcpy(key, md5sum, keylen); in pem_pbkdf1()
114 memcpy(key, md5sum, 16); in pem_pbkdf1()
122 if ((ret = mbedtls_md_update(&md5_ctx, md5sum, 16)) != 0) { in pem_pbkdf1()
131 if ((ret = mbedtls_md_finish(&md5_ctx, md5sum)) != 0) { in pem_pbkdf1()
140 memcpy(key + 16, md5sum, use_len); in pem_pbkdf1()
144 mbedtls_platform_zeroize(md5sum, 16); in pem_pbkdf1()
H A Dmd5.c388 unsigned char md5sum[16]; in mbedtls_md5_self_test() local
395 ret = mbedtls_md5(md5_test_buf[i], md5_test_buflen[i], md5sum); in mbedtls_md5_self_test()
400 if (memcmp(md5sum, md5_test_sum[i], 16) != 0) { in mbedtls_md5_self_test()
/third_party/ffmpeg/tests/
H A Dmd5.sh3 if [ X"$(echo | md5sum -b 2> /dev/null)" != X ]; then
4 do_md5sum() { md5sum -b $1; }
12 do_md5sum() { echo No md5sum program found; }
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A 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/
H A Dtest-lz4-speed.py147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName,
161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum))
178 text = args.message + ("\nmaxLoadAvg=%s load average at start=%s end=%s\n%s last_commit=%s 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, filePath, fileName):
196 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
199 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
H A DMakefile160 MD5:=md5sum
/third_party/ltp/testcases/commands/mv/
H A Dmv_tests.sh122 MD5_old=$(md5sum tmpfile2 | awk '{print $1}')
138 MD5_backup=$(md5sum tmpfile2 | awk '{print $1}')
/third_party/node/deps/v8/tools/jsfunfuzz/
H A Dfuzz-harness.sh41 jsfunfuzz_sum=$(md5sum "$jsfunfuzz_file" | awk '{ print $1 }')
/third_party/node/deps/v8/third_party/markupsafe/
H A Dget_markupsafe.sh31 # md5sum "$FILENAME" > "$FILENAME.md5"
54 if ! md5sum --check "$MD5_FILENAME"
/third_party/node/deps/v8/tools/
H A Dandroid-sync.sh46 local HASH=$(md5sum $1)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dget_jinja2.sh32 # md5sum "$FILENAME" > "$FILENAME.md5"
55 if ! md5sum --check "$MD5_FILENAME"
/third_party/node/tools/inspector_protocol/markupsafe/
H A Dget_markupsafe.sh31 # md5sum "$FILENAME" > "$FILENAME.md5"
54 if ! md5sum --check "$MD5_FILENAME"
/third_party/skia/third_party/externals/markupsafe/
H A Dget_markupsafe.sh31 # md5sum "$FILENAME" > "$FILENAME.md5"
54 if ! md5sum --check "$MD5_FILENAME"
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjunittest.c70 #define THROW_MD5(filename, md5sum, ref) { \
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/test/test_sqlite3/
H A Dtest_userfunctions.py431 def md5sum(t): function
434 dest.create_function("md5", 1, md5sum)
436 del md5sum, dest
/third_party/libwebsockets/scripts/
H A Dattack.sh340 good=`cat $CORPUS $CORPUS $CORPUS $CORPUS $CORPUS $CORPUS $CORPUS $CORPUS | md5sum | cut -d' ' -f1`
341 if [ "$good" != "`md5sum /tmp/lwsdump | cut -d' ' -f 1`" ] ; then
342 echo "FAIL: mismatched content good=$good received=`md5sum /tmp/lwsdump`"
781 if [ "`md5sum /tmp/results | cut -d' ' -f 1`" != "`md5sum /tmp/lwsresult1 | cut -d' ' -f1`" ] ; then
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c119 uint8_t md5sum[16]; member
157 memcpy(&header[18], s->md5sum, 16); in write_streaminfo()
1337 av_md5_final(s->md5ctx, s->md5sum); in flac_encode_frame()
/third_party/toybox/generated/
H A Dglobals.h71 // toys/lsb/md5sum.c
1623 struct md5sum_data md5sum; member
H A Dflags.h1765 // md5sum bc(check)s(status)[!bc] bc(check)s(status)[!bc]
4964 #define TT this.md5sum

Completed in 27 milliseconds