Searched refs:md4 (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c68 ATF_TC(md4); variable
69 ATF_TC_HEAD(md4, tc)
73 ATF_TC_BODY(md4, tc)
75 h_check("This is a test.", "TeSt", "md4", "D1854218EBBB0B51",
77 h_check("AbCdEfGhIjK", "alpha1", "md4", "50076F47EB1ADE4E",
79 h_check("OTP's are good", "correct", "md4", "849C79D4F6F55388",
116 ATF_TP_ADD_TC(tp, md4);
/freebsd-10-stable/usr.bin/opiekey/
H A DMakefile16 LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
20 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
/freebsd-10-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_hashes.sh48 atf_test_case md4
103 atf_add_test_case md4
/freebsd-10-stable/crypto/heimdal/include/
H A Dcrypto-headers.h16 #include <openssl/md4.h>
41 #include <hcrypto/md4.h>
/freebsd-10-stable/crypto/openssl/crypto/md4/
H A DMakefile2 # OpenSSL/crypto/md4/Makefile
5 DIR= md4
18 APPS=md4.c
26 EXHEADER= md4.h
82 md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
88 md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
H A Dmd4_one.c1 /* crypto/md4/md4_one.c */
61 #include <openssl/md4.h>
H A Dmd4test.c1 /* crypto/md4/md4test.c */
73 # include <openssl/md4.h>
H A Dmd4.c1 /* crypto/md4/md4.c */
61 #include <openssl/md4.h>
H A Dmd4_locl.h1 /* crypto/md4/md4_locl.h */
62 #include <openssl/md4.h>
/freebsd-10-stable/lib/libmd/
H A DMakefile12 INCS= md4.h md5.h ripemd.h sha.h sha256.h sha384.h sha512.h sha512t.h
16 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3
17 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
18 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4FileChunk.3
19 MLINKS+=md4.3 MD4Data.3
86 sed -e 's/mdX/md4/
[all...]
/freebsd-10-stable/kerberos5/include/
H A Dcrypto-headers.h9 #include <openssl/md4.h>
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dm_md4.c67 # include <openssl/md4.h>
/freebsd-10-stable/sys/netsmb/
H A Dsmb_crypt.c52 #include <sys/md4.h>
150 MD4_CTX md4; local
178 MD4Init(&md4);
179 MD4Update(&md4, (u_char *)unipwd, len * sizeof(u_int16_t));
180 MD4Final(S16, &md4);
181 MD4Init(&md4);
182 MD4Update(&md4, S16, 16);
183 MD4Final(vcp->vc_mackey, &md4);
/freebsd-10-stable/contrib/opie/libopie/
H A Dhash.c26 #include <md4.h>
H A Dhashlen.c23 #include <md4.h>
/freebsd-10-stable/lib/libcrypt/
H A Dcrypt-nthash.c36 #include <md4.h>
45 * NT HASH = md4(str2unicode(pw))
/freebsd-10-stable/contrib/opie/
H A DMakefile.in28 # Removed opie-md4, opie-md5, and key aliases. Removed
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
/freebsd-10-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl459 if ($ticket =~ /des-cbc-(crc|md4|md5)/) {
/freebsd-10-stable/sys/kern/
H A Dmd4c.c31 #include <sys/md4.h>
/freebsd-10-stable/usr.sbin/ppp/
H A Dchap_ms.c46 #include <md4.h>
H A Dchap.c42 #include <md4.h>
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl102 no-md2 no-md4 no-md5 no-sha no-mdc2 - Skip this digest
820 @a=grep(!/(^md4)|(_md4$)/,@a) if $no_md4;
1101 "no-md4" => \$no_md4,
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile212 # md4
214 INCS+= md4.h
438 ${LCRYPTO_SRC}/crypto/md4 \
/freebsd-10-stable/crypto/openssl/apps/
H A Dspeed.c140 # include <openssl/md4.h>
253 "md2", "mdc2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",
391 unsigned char md4[MD4_DIGEST_LENGTH]; local
791 if (strcmp(*argv, "md4") == 0)
1071 BIO_printf(bio_err, "md4 ");
1575 EVP_Digest(&(buf[0]), (unsigned long)lengths[j], &(md4[0]),
/freebsd-10-stable/crypto/openssl/
H A DMakefile.org145 md2 md4 md5 sha mdc2 hmac ripemd whrlpool \

Completed in 138 milliseconds

12