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

/freebsd-10.1-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>
117 return ("md2(char)");
119 return ("md2(int)");
/freebsd-10.1-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>
H A Dspeed.c134 # include <openssl/md2.h>
253 "md2", "mdc2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",
385 unsigned char md2[MD2_DIGEST_LENGTH]; local
781 if (strcmp(*argv, "md2") == 0)
1065 BIO_printf(bio_err, "md2 ");
1548 EVP_Digest(buf, (unsigned long)lengths[j], &(md2[0]), NULL,
/freebsd-10.1-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.pl102 no-md2 no-md4 no-md5 no-sha no-mdc2 - Skip this digest
816 @a=grep(!/(^md2)|(_md2$)/,@a) if $no_md2;
1097 "no-md2" => \$no_md2,
H A Dmkdef.pl205 elsif (/^no-md2$/) { $no_md2=1; }
299 $crypto.=" crypto/md2/md2.h" ; # unless $no_md2;
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Dm_md2.c67 # include <openssl/md2.h>
/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand_lcl.h150 # include <openssl/md2.h>
/freebsd-10.1-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:__anon8001
/freebsd-10.1-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-10.1-release/sys/dev/ic/
H A Dhd64570.h62 unsigned char md2; /* rw */ member in struct:msci_channel
/freebsd-10.1-release/sys/netinet/
H A Dip_carp.c420 unsigned char md2[20]; local
424 carp_hmac_generate(sc, counter, md2);
426 return (bcmp(md, md2, sizeof(md2)));
/freebsd-10.1-release/crypto/openssl/
H A Dconfig886 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha
H A DMakefile.org145 md2 md4 md5 sha mdc2 hmac ripemd whrlpool \
H A DMakefile16 OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-store no-unit-test no-zlib no-zlib-dynamic static-engine

Completed in 279 milliseconds