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

12

/freebsd-11-stable/usr.bin/opiekey/
H A DMakefile15 LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
19 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
/freebsd-11-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-11-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_hashes.sh48 atf_test_case md4
103 atf_add_test_case md4
/freebsd-11-stable/crypto/heimdal/include/
H A Dcrypto-headers.h16 #include <openssl/md4.h>
41 #include <hcrypto/md4.h>
/freebsd-11-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.am20 md4.h \
/freebsd-11-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-11-stable/kerberos5/include/
H A Dcrypto-headers.h9 #include <openssl/md4.h>
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_md4.c67 # include <openssl/md4.h>
/freebsd-11-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-11-stable/lib/libmd/
H A DMakefile15 INCS= md4.h md5.h ripemd.h sha.h sha256.h sha384.h sha512.h sha512t.h \
20 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 skein.3
21 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
22 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4FileChunk.3
23 MLINKS+=md4.3 MD4Data.3
112 sed -e 's/mdX/md4/
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dhash.c26 #include <md4.h>
H A Dhashlen.c23 #include <md4.h>
/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-nthash.c36 #include <md4.h>
45 * NT HASH = md4(str2unicode(pw))
/freebsd-11-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-11-stable/secure/usr.bin/openssl/
H A DMakefile.man56 MLINKS+= dgst.1 md4.1
/freebsd-11-stable/usr.sbin/wpa/
H A DMakefile.crypto94 SRCS+= md4-internal.c
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl459 if ($ticket =~ /des-cbc-(crc|md4|md5)/) {
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c16 #include <wolfssl/wolfcrypt/md4.h>
36 Md4 md4; local
42 wc_InitMd4(&md4);
45 wc_Md4Update(&md4, addr[i], len[i]);
47 wc_Md4Final(&md4, mac);
/freebsd-11-stable/sys/kern/
H A Dmd4c.c31 #include <sys/md4.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Dchap_ms.c48 #include <md4.h>
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl110 no-md2 no-md4 no-md5 no-sha no-mdc2 - Skip this digest
892 @a=grep(!/(^md4)|(_md4$)/,@a) if $no_md4;
1186 "no-md4" => \$no_md4,

Completed in 273 milliseconds

12