Searched refs:md2 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/lib/libmd/
H A DMakefile10 INCS= md2.h md4.h md5.h ripemd.h sha.h sha256.h sha512.h
14 MAN+= md2.3 md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3
15 MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Final.3
16 MLINKS+=md2.3 MD2End.3 md2.3 MD2File.3 md2.3 MD2FileChunk.3
17 MLINKS+=md2.3 MD2Data.3
64 sed -e 's/mdX/md2/
[all...]
/freebsd-9.3-release/kerberos5/include/
H A Dcrypto-headers.h8 #include <openssl/md2.h>
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A Dmd2_one.c1 /* crypto/md2/md2_one.c */
61 #include <openssl/md2.h>
H A DMakefile5 DIR= md2
25 EXHEADER= md2.h
80 md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h
87 md2_one.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
H A Dmd2test.c1 /* crypto/md2/md2test.c */
73 # include <openssl/md2.h>
H A Dmd2.c1 /* crypto/md2/md2.c */
61 #include <openssl/md2.h>
H A Dmd2_dgst.c1 /* crypto/md2/md2_dgst.c */
62 #include <openssl/md2.h>
122 return ("md2(char)");
124 return ("md2(int)");
/freebsd-9.3-release/crypto/openssl/test/
H A DUss.cnf14 default_md = md2
H A DP1ss.cnf14 default_md = md2
H A DP2ss.cnf14 default_md = md2
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpasswd.c302 EVP_MD_CTX md, md2; local
325 EVP_MD_CTX_init(&md2);
326 EVP_DigestInit_ex(&md2, EVP_md5(), NULL);
327 EVP_DigestUpdate(&md2, passwd, passwd_len);
328 EVP_DigestUpdate(&md2, salt_out, salt_len);
329 EVP_DigestUpdate(&md2, passwd, passwd_len);
330 EVP_DigestFinal_ex(&md2, buf, NULL);
344 EVP_DigestInit_ex(&md2, EVP_md5(), NULL);
345 EVP_DigestUpdate(&md2, (i & 1) ? (unsigned const char *)passwd : buf,
348 EVP_DigestUpdate(&md2, salt_ou
[all...]
H A Dversion.c120 # include <openssl/md2.h>
/freebsd-9.3-release/crypto/openssl/util/
H A Dspeed.sh21 /bin/rm -f crypto/rc4/*.o crypto/bn/bn*.o crypto/md2/md2_dgst.o
23 apps/ssleay speed rc4 rsa md2 >speed.2l
H A Dbat.sh102 @a=grep(!/(^md2)|(_md2$)/,@a) if $no_md2;
H A Dmk1mf.pl76 no-md2 no-md4 no-md5 no-sha no-mdc2 - Skip this digest
1054 @a=grep(!/(^md2)|(_md2$)/,@a) if $no_md2;
1265 "no-md2" => \$no_md2,
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dm_md2.c68 # include <openssl/md2.h>
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_lcl.h150 # include <openssl/md2.h>
/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c581 c->opt.md2.encod = MD2_ENCOD_NRZ;
597 if (c->opt.md2.encod != MD2_ENCOD_NRZ &&
598 c->opt.md2.encod != MD2_ENCOD_NRZI)
599 c->opt.md2.encod = MD2_ENCOD_NRZ;
1098 c->opt.md2.dpll_clk = MD2_DPLL_CLK_8;
1099 outb (c->MD2, BYTE c->opt.md2);
1215 c->opt.md2.loop = MD2_LLOOP;
1228 outb (c->MD2, *(unsigned char*)&c->opt.md2);
1256 c->opt.md2.loop = MD2_FDX;
1269 outb (c->MD2, *(unsigned char*)&c->opt.md2);
[all...]
H A Dctddk.c497 return (c->opt.md2.encod == MD2_ENCOD_NRZI);
505 c->opt.md2.encod = on ? MD2_ENCOD_NRZI : MD2_ENCOD_NRZ;
506 outb (c->MD2, *(unsigned char*)&c->opt.md2);
H A Dctddk.h225 ct_md2_t md2; /* mode register 2 */ member in struct:__anon7327
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A DMakefile113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A DMakefile113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A DMakefile113 rsaref.o: source/des.h source/global.h source/md2.h source/md5.h source/rsa.h
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dkwset.c500 register int d, gc, i, len, md2; local
518 md2 = kwset->mind2;
521 /* Significance of 12: 1 (initial offset) + 10 (skip loop) + 1 (md2). */
554 tp += md2;
573 d = md2;
/freebsd-9.3-release/sys/dev/ic/
H A Dhd64570.h62 unsigned char md2; /* rw */ member in struct:msci_channel

Completed in 242 milliseconds

12