freebsd-dev/sys/crypto
Hajimu UMEMOTO 3384154590 Sync with recent KAME.
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.

TODO:
  - The definitions of SADB_* in sys/net/pfkeyv2.h are still different
    from RFC2407/IANA assignment because of binary compatibility
    issue.  It should be fixed under 5-CURRENT.
  - ip6po_m member of struct ip6_pktopts is no longer used.  But, it
    is still there because of binary compatibility issue.  It should
    be removed under 5-CURRENT.

Reviewed by:	itojun
Obtained from:	KAME
MFC after:	3 weeks
2001-06-11 12:39:29 +00:00
..
blowfish Sync with recent KAME. 2001-06-11 12:39:29 +00:00
cast128 Sync with recent KAME. 2001-06-11 12:39:29 +00:00
des Sync with recent KAME. 2001-06-11 12:39:29 +00:00
rc4 A simplified RC4 implementation for kernel use. 2000-04-09 21:01:01 +00:00
rijndael Sync with recent KAME. 2001-06-11 12:39:29 +00:00
sha2 Sync with recent KAME. 2001-06-11 12:39:29 +00:00
md5.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
md5.h sync with kame tree as of july00. tons of bug fixes/improvements. 2000-07-04 16:35:15 +00:00
sha1.c Sync with recent KAME. 2001-06-11 12:39:29 +00:00
sha1.h Fix broken const'ness in declaration of sha1_loop(). 2000-10-09 18:49:14 +00:00