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

12

/freebsd-13-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-13-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-13-stable/kerberos5/include/
H A Dcrypto-headers.h9 #include <openssl/md4.h>
/freebsd-13-stable/crypto/heimdal/include/
H A Dcrypto-headers.h16 #include <openssl/md4.h>
41 #include <hcrypto/md4.h>
/freebsd-13-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.am20 md4.h \
H A DMakefile.in360 md4.h \
/freebsd-13-stable/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_hashes.sh48 atf_test_case md4
103 atf_add_test_case md4
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_md4.c18 # include <openssl/md4.h>
/freebsd-13-stable/crypto/openssl/crypto/md4/
H A Dmd4_one.c12 #include <openssl/md4.h>
H A Dmd4_local.h13 #include <openssl/md4.h>
/freebsd-13-stable/sys/netsmb/
H A Dsmb_crypt.c54 #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-13-stable/lib/libmd/
H A DMakefile18 INCS= md4.h md5.h ripemd.h sha.h sha224.h sha256.h sha384.h sha512.h \
23 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 skein.3
24 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
25 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4FileChunk.3
26 MLINKS+=md4.3 MD4Data.3
136 sed -e 's/mdX/md4/
[all...]
/freebsd-13-stable/lib/libcrypt/
H A Dcrypt-nthash.c38 #include <md4.h>
47 * NT HASH = md4(str2unicode(pw))
/freebsd-13-stable/contrib/opie/libopie/
H A Dhash.c26 #include <md4.h>
H A Dhashlen.c23 #include <md4.h>
/freebsd-13-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-13-stable/usr.sbin/wpa/
H A DMakefile.crypto99 SRCS+= md4-internal.c
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl459 if ($ticket =~ /des-cbc-(crc|md4|md5)/) {
/freebsd-13-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-13-stable/sys/kern/
H A Dmd4c.c33 #include <sys/md4.h>
/freebsd-13-stable/usr.sbin/ppp/
H A Dchap_ms.c48 #include <md4.h>
H A Dchap.c44 #include <md4.h>
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile227 # md4
405 INCS+= kdferr.h lhash.h md2.h md4.h md5.h mdc2.h modes.h obj_mac.h
509 ${LCRYPTO_SRC}/crypto/md4 \
/freebsd-13-stable/usr.sbin/ancontrol/
H A Dancontrol.c61 #include <md4.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c54 # include <openssl/md4.h>
374 "md2", "mdc2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",
394 {"md4", D_MD4},
678 unsigned char md4[MD4_DIGEST_LENGTH]; local
682 if (!EVP_Digest(buf, (size_t)lengths[testnum], md4, NULL, EVP_md4(),

Completed in 221 milliseconds

12