Searched refs:rmd160 (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/hash/rmd160/
H A DMakefile.inc4 .PATH: ${.CURDIR}/hash/rmd160
6 SRCS+= rmd160.c rmd160hl.c
8 MAN+= rmd160.3
10 MLINKS+=rmd160.3 RMD160Init.3 rmd160.3 RMD160Update.3
11 MLINKS+=rmd160.3 RMD160Final.3 rmd160.3 RMD160Transform.3
12 MLINKS+=rmd160.3 RMD160End.3 rmd160.3 RMD160File.3
13 MLINKS+=rmd160
[all...]
H A Drmd160hl.c15 #define HASH_INCLUDE <sys/rmd160.h>
/netbsd-6-1-5-RELEASE/usr.bin/cksum/
H A DMakefile5 SRCS= cksum.c crc.c md2.c md4.c md5.c sha1.c rmd160.c print.c sum1.c sum2.c
12 LINKS+= ${BINDIR}/cksum ${BINDIR}/rmd160
18 MLINKS+=cksum.1 rmd160.1
H A Drmd160.c1 /* $NetBSD: rmd160.c,v 1.2 2005/09/24 22:40:32 elad Exp $ */
7 #include <rmd160.h> /* this hash type */
H A Dcksum.c97 #include <rmd160.h>
127 { "rmd160", "RMD160",
540 (void)fprintf(stderr, " rmd160 %s %s\n", hashargs, fileargs);
/netbsd-6-1-5-RELEASE/tools/compat/
H A DMakefile14 raise_default_signal.c rmd160.c rmd160hl.c \
40 ${.CURDIR}/../../lib/libc/hash/rmd160 \
49 ${.CURDIR}/../../common/lib/libc/hash/rmd160 \
/netbsd-6-1-5-RELEASE/sys/sys/
H A DMakefile30 ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \
53 sys/rmd160.h /usr/include/rmd160.h \
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A DMakefile.libkern64 SRCS+= md4c.c md5c.c rmd160.c sha1.c sha2.c
/netbsd-6-1-5-RELEASE/lib/libskey/
H A Dskeysubr.c29 #include <sys/rmd160.h>
70 { "rmd160", keycrunch_rmd160, f_rmd160 },
/netbsd-6-1-5-RELEASE/usr.sbin/veriexecgen/
H A Dveriexecgen.c63 #include <rmd160.h>
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_hash.h106 # include <rmd160.h>
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcompare.c59 #include <rmd160.h>
H A Dcreate.c67 #include <rmd160.h>
226 output(&indent, "rmd160=%s", digestbuf);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_verifiedexec.c54 # include <crypto/ripemd160/rmd160.h>
58 # include <sys/rmd160.h>
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/rmd160/
H A Drmd160.c1 /* $NetBSD: rmd160.c,v 1.4 2008/02/16 17:37:13 apb Exp $ */
2 /* $KAME: rmd160.c,v 1.2 2003/07/25 09:37:55 itojun Exp $ */
3 /* $OpenBSD: rmd160.c,v 1.3 2001/09/26 21:40:13 markus Exp $ */
36 __KERNEL_RCSID(0, "$NetBSD: rmd160.c,v 1.4 2008/02/16 17:37:13 apb Exp $");
43 __RCSID("$NetBSD: rmd160.c,v 1.4 2008/02/16 17:37:13 apb Exp $");
54 #include <sys/rmd160.h>
/netbsd-6-1-5-RELEASE/usr.bin/xinstall/
H A Dxinstall.c76 #include <rmd160.h>
298 } else if (strcmp(digest, "rmd160") == 0) {
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dcryptosoft_xform.c55 #include <sys/rmd160.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4",
402 unsigned char rmd160[RIPEMD160_DIGEST_LENGTH]; local
824 if (strcmp(*argv,"rmd160") == 0) doit[D_RMD160]=1;
1040 BIO_printf(bio_err,"rmd160");
1654 EVP_Digest(buf,(unsigned long)lengths[j],&(rmd160[0]),NULL,EVP_ripemd160(),NULL);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c66 #include <rmd160.h>
105 * 32 for md5; 40 for sha1 and rmd160
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dah_core.c84 #include <sys/rmd160.h>

Completed in 305 milliseconds