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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/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; }
H A Dcopycooker.sh19 md5sum first.nut >> $logfile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dmd5.sh3 if [ X"$(echo | md5sum 2> /dev/null)" != X ]; then
4 do_md5sum() { md5sum -b $1; }
12 do_md5sum() { echo No md5sum program found; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile648 test "`sed 1,19d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/config.charset | md5sum`"
649 test "`sed 1,18d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.h | md5sum`"
650 test "`sed 1,18d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.c | md5sum`"
651 test "`sed 1,17d gettext-runtime/intl/localename.c | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localename.c | md5sum`"
652 test "`sed 1,17d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/lock.h | md5sum`"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dcreategroup18 GROUPNAME=nt-$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | md5sum | cut -b 1-5)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Drelease.sh26 md5sum "$TARBALL" >"$TARBALL.md5sum";
30 md5sum "$PATCH" >"$PATCH.md5sum";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/
H A Drelease.sh26 md5sum "$TARBALL" >"$TARBALL.md5sum";
30 md5sum "$PATCH" >"$PATCH.md5sum";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dmetadata_utils.c71 if(0 != memcmp(blockcopy->md5sum, block->md5sum, sizeof(block->md5sum))) {
72 printf("FAILED, md5sum mismatch, expected %02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X, got %02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X\n",
73 (unsigned)block->md5sum[0],
74 (unsigned)block->md5sum[1],
75 (unsigned)block->md5sum[2],
76 (unsigned)block->md5sum[3],
77 (unsigned)block->md5sum[4],
78 (unsigned)block->md5sum[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/debian/
H A Dhdparm.preinst8 md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
10 if [ "$md5sum" != "$old_md5sum" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_streaminfo.c53 printf("%02x", block->data.stream_info.md5sum[i]);
85 memcpy(block->data.stream_info.md5sum, operation->argument.streaminfo_md5.value, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/sound/oss/
H A DMultiSound533 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
534 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
535 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
987 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
988 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
989 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
1017 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_darwinssl.h52 unsigned char *md5sum, /* output */
H A Dgtls.h55 unsigned char *md5sum, /* output */
H A Dnssg.h60 unsigned char *md5sum, /* output */
H A Dopenssl.h73 unsigned char *md5sum /* output */,
H A Dvtls.h96 unsigned char *md5sum, /* output */
H A Dvtls.c682 unsigned char *md5sum, /* output */
685 curlssl_md5sum(tmp, tmplen, md5sum, md5len);
680 Curl_ssl_md5sum(unsigned char *tmp, size_t tmplen, unsigned char *md5sum, size_t md5len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec124 if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
125 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
126 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
H A DwxMotif.spec288 if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
289 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
290 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
H A DwxX11.spec316 if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then
317 SUM1=`md5sum %{_libdir}/wx/config/%{wxconfig} | cut -c 0-32`
318 SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32`
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/bfi/
H A Dbfi_ioc.h103 u32 md5sum[BFI_IOC_MD5SUM_SZ]; member in struct:bfi_ioc_image_hdr_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.h378 const char *md5sum(uint8_t *buf, int len, int n_print_chars, struct gc_arena *gc);
H A Dopenvpn.h584 #define MD5SUM(buf, len, gc) md5sum((buf), (len), 0, (gc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A DMakefile97 md5sum pptp-$(VERSION)$(RELEASE).tar.gz
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_msgs.c805 unsigned char md5sum[MD5_DIGEST_LENGTH]; local
821 Curl_ssl_md5sum(tmp, 16, md5sum, MD5_DIGEST_LENGTH);
823 /* We shall only use the first 8 bytes of md5sum, but the des
829 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);

Completed in 140 milliseconds

123