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

123

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmd4.h1 /* $NetBSD: md4.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */
52 struct md4 { struct
58 typedef struct md4 MD4_CTX;
60 int MD4_Init (struct md4 *m);
61 int MD4_Update (struct md4 *m, const void *p, size_t len);
62 int MD4_Final (void *res, struct md4 *m);
H A Dmd4.c1 /* $NetBSD: md4.c,v 1.2 2017/01/28 21:31:47 christos Exp $ */
40 #include "md4.h"
49 MD4_Init (struct md4 *m)
72 calc (struct md4 *m, uint32_t *data)
178 MD4_Update (struct md4 *m, const void *v, size_t len)
214 MD4_Final (void *res, struct md4 *m)
H A Devp-w32.c114 EVP_W32CRYPTO_PROVIDER(EVP_MD, md4)
H A Devp-hcrypto.c56 #include <md4.h>
393 static const struct hc_evp_md md4 = { local
402 return &md4;
/netbsd-current/tests/crypto/libcrypto/md4/
H A DMakefile4 HELPER_DIR= md4
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dmd4_prov.c17 #include <openssl/md4.h>
22 IMPLEMENT_digest_functions(md4, MD4_CTX,
/netbsd-current/lib/libc/md/
H A DMakefile.inc10 MAN+= md4.3 md5.3
12 MLINKS+=md4.3 MD4Init.3 md4.3 MD4Update.3 md4.3 MD4Final.3
13 MLINKS+=md4.3 MD4End.3 md4.3 MD4File.3 md4.3 MD4Data.3
20 md4.3: mdX.3
21 sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' $> > $@
22 cat ${>:H}/md4
[all...]
H A Dmd4hl.c14 #define MDINCLUDE <md4.h>
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dlegacy_md4.c16 #include <openssl/md4.h>
20 IMPLEMENT_LEGACY_EVP_MD_METH(md4, MD4)
/netbsd-current/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);
/netbsd-current/usr.bin/cksum/
H A Dmd4.c3 #include <md4.h> /* this hash type */
H A DMakefile5 SRCS= cksum.c crc.c md2.c md4.c md5.c sha1.c rmd160.c print.c sum1.c sum2.c
9 LINKS+= ${BINDIR}/cksum ${BINDIR}/md4
18 MLINKS+=cksum.1 md4.1
/netbsd-current/crypto/external/bsd/heimdal/dist/include/hcrypto/
H A DMakefile.am19 md4.h \
/netbsd-current/crypto/external/bsd/heimdal/dist/include/
H A Dcrypto-headers.h19 #include <openssl/md4.h>
48 #include <hcrypto/md4.h>
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/md4/
H A Dmd4_one.c12 #include <openssl/md4.h>
H A Dmd4_local.h13 #include <openssl/md4.h>
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_md4.c18 # include <openssl/md4.h>
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/md4/
H A Dmd4_one.c18 #include <openssl/md4.h>
H A Dmd4_local.h13 #include <openssl/md4.h>
/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_rsa_sig.c43 MD_with_RSA_CASE(md4, precompiled);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dp_test.c138 EVP_MD *md4 = EVP_MD_fetch(ctx->libctx, "MD4", NULL); local
168 && md4 != NULL
170 if (EVP_DigestInit_ex(mdctx, md4, NULL)
177 EVP_MD_free(md4);
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/utbm/
H A Dutbm.c78 unsigned long md4; member in struct:_utbm_pattern_t
284 p->md4 = 1;
426 p->md4 = slen - k;
468 start += pat->md4;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_sign.c26 # include <openssl/md4.h> /* uses MD4_DIGEST_LENGTH */
101 ENCODE_DIGESTINFO_MD(md4, 0x03, MD4_DIGEST_LENGTH)
164 MD_CASE(md4)
204 MD_NID_CASE(md4, MD4_DIGEST_LENGTH)
/netbsd-current/sys/sys/
H A DMakefile32 malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
66 sys/md4.h /usr/include/md4.h \
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A DMakefile38 md4-internal.o \

Completed in 422 milliseconds

123