aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto
Commit message (Expand)AuthorAgeFilesLines
* Initial import of AES algorithm code (aka Rijndael) from KAME.Kris Kennaway2000-10-307-0/+2024
* Fix broken const'ness in declaration of sha1_loop().Archie Cobbs2000-10-092-6/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-0429-450/+355
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* A simplified RC4 implementation for kernel use.Archie Cobbs2000-04-092-0/+158
* Fix bogus const-ness in declaration of sha1_loop().Archie Cobbs2000-04-092-5/+3
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-102-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-2229-0/+6172