| /freebsd-9-stable/lib/libmd/ |
| D | Makefile | 10 INCS= md2.h md4.h md5.h ripemd.h sha.h sha256.h sha512.h 14 MAN+= md2.3 md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 18 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3 19 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4FileChunk.3 20 MLINKS+=md4.3 MD4Data.3 118 md4.ref: 208 test: md2.ref md4.ref md5.ref sha0.ref rmd160.ref sha1.ref sha256.ref sha512.ref 215 ./mddriver | cmp md4.ref -
|
| /freebsd-9-stable/sys/netsmb/ |
| D | smb_crypt.c | 150 MD4_CTX md4; in smb_calcmackey() local 178 MD4Init(&md4); in smb_calcmackey() 179 MD4Update(&md4, (u_char *)unipwd, len * sizeof(u_int16_t)); in smb_calcmackey() 180 MD4Final(S16, &md4); in smb_calcmackey() 181 MD4Init(&md4); in smb_calcmackey() 182 MD4Update(&md4, S16, 16); in smb_calcmackey() 183 MD4Final(vcp->vc_mackey, &md4); in smb_calcmackey()
|
| /freebsd-9-stable/crypto/openssl/crypto/md4/ |
| D | Makefile | 5 DIR= md4 18 APPS=md4.c 26 EXHEADER= md4.h 81 md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h 87 md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
|
| /freebsd-9-stable/crypto/heimdal/cf/ |
| D | crypto.m4 | 8 #undef KRB5 /* makes md4.h et al unhappy */ 14 #include <openssl/md4.h> 27 #include <hcrypto/md4.h> 40 MD4_CTX md4; 45 MD4_Init(&md4);
|
| /freebsd-9-stable/usr.bin/opiekey/ |
| D | Makefile | 16 LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4 20 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
|
| /freebsd-9-stable/contrib/opie/ |
| D | Makefile.in | 149 @-ln -s $(LOCALBIN)/opiekey $(LOCALBIN)/otp-md4 152 @-for i in otp-md4 otp-md5; do ln -s opiekey.1 $(LOCALMAN)/man1/$$i.1; done 256 @-for i in otp-md4 otp-md5; do rm $(LOCALBIN)/$$i; done 261 @-rm $(LOCALMAN)/man1/otp-md4.1 $(LOCALMAN)/man1/otp-md5.1
|
| D | configure.in | 57 AC_ARG_ENABLE(server-md4, [ --enable-server-md4 Use MD4 instead of MD5 for the server], AC_DEF…
|
| D | INSTALL | 48 --enable-server-md4: Use MD4 instead of MD5 for the server
|
| /freebsd-9-stable/crypto/openssl/doc/apps/ |
| D | dgst.pod | 5 dgst, md5, md4, md2, sha1, sha, mdc2, ripemd160 - message digests 10 [B<-md5|-md4|-md2|-sha1|-sha|-mdc2|-ripemd160|-dss1>] 24 [B<md5|md4|md2|sha1|sha|mdc2|ripemd160>]
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | crypto.pod | 43 L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, L<md4(3)|md4(3)>,
|
| D | md5.pod | 21 #include <openssl/md4.h>
|
| /freebsd-9-stable/crypto/heimdal/include/hcrypto/ |
| D | Makefile.am | 15 md4.h \
|
| D | Makefile.in | 318 md4.h \
|
| /freebsd-9-stable/secure/usr.bin/openssl/ |
| D | Makefile.man | 42 MLINKS+= dgst.1 md4.1
|
| /freebsd-9-stable/contrib/wpa/src/crypto/ |
| D | Makefile | 30 md4-internal.o \
|
| /freebsd-9-stable/usr.sbin/wpa/ |
| D | Makefile.crypto | 87 SRCS+= md4-internal.c
|
| /freebsd-9-stable/crypto/heimdal/lib/krb5/ |
| D | crypto.c | 1208 MD4_CTX md4; in RSA_MD4_DES_checksum() local 1213 MD4_Init (&md4); in RSA_MD4_DES_checksum() 1214 MD4_Update (&md4, p, 8); in RSA_MD4_DES_checksum() 1215 MD4_Update (&md4, data, len); in RSA_MD4_DES_checksum() 1216 MD4_Final (p + 8, &md4); in RSA_MD4_DES_checksum() 1234 MD4_CTX md4; in RSA_MD4_DES_verify() local 1247 MD4_Init (&md4); in RSA_MD4_DES_verify() 1248 MD4_Update (&md4, tmp, 8); /* confounder */ in RSA_MD4_DES_verify() 1249 MD4_Update (&md4, data, len); in RSA_MD4_DES_verify() 1250 MD4_Final (res, &md4); in RSA_MD4_DES_verify()
|
| /freebsd-9-stable/crypto/heimdal/lib/asn1/ |
| D | rfc2459.asn1 | 29 id-pkcs2-md4 OBJECT IDENTIFIER ::= { id-pkcs-2 4 } 36 id-rsa-digest-md4 OBJECT IDENTIFIER ::= { id-rsa-digestAlgorithm 4 }
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile | 208 INCS+= md4.h 425 ${LCRYPTO_SRC}/crypto/md4 \
|
| /freebsd-9-stable/crypto/openssl/crypto/objects/ |
| D | obj_mac.num | 257 md4 257
|
| /freebsd-9-stable/crypto/openssl/ |
| D | Makefile.org | 141 md2 md4 md5 sha mdc2 hmac ripemd \
|
| D | Makefile | 143 md2 md4 md5 sha hmac ripemd \
|
| /freebsd-9-stable/contrib/wpa/hostapd/ |
| D | Makefile | 633 OBJS += ../src/crypto/md4-internal.o
|
| /freebsd-9-stable/crypto/heimdal/doc/ |
| D | win2k.texi | 237 algorithms @samp{rsa-md4-des} and @samp{rsa-md5-des}. This can make Name
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | speed.c | 509 unsigned char md4[MD4_DIGEST_LENGTH]; in MAIN() local 1668 EVP_Digest(&(buf[0]), (unsigned long)lengths[j], &(md4[0]), in MAIN()
|