summaryrefslogtreecommitdiffstats
path: root/sys/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix some really pedantic GCC warnings.markm2002-07-151-5/+5
* Fixed AES encryption algorithm bugsuz2002-05-241-0/+1
* Remove macros that are defined elsewhere.markm2002-04-211-2/+0
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-192-2/+2
* Remove __P.alfred2002-03-208-60/+55
* - Speedup 3DES by using assembly code for i386.ume2002-03-0515-508/+5195
* off by one error in Aaron Gifford's code. KAME PR 393.ume2002-02-261-3/+3
* fixed the cast128 calculation with a short cipher key length.ume2001-11-272-4/+17
* properly check DES weak key. KAME PR 363.ume2001-07-031-5/+2
* less warningume2001-06-162-82/+82
* Sync with recent KAME.ume2001-06-1128-2377/+1485
* Kernel crypto need binary key material, not symbolic ascii.markm2001-03-101-0/+3
* This commit was generated by cvs2svn to compensate for changes in r67957,kris2000-10-307-0/+2024
|\
| * Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-092-6/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-0429-450/+355
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* A simplified RC4 implementation for kernel use.archie2000-04-092-0/+158
* Fix bogus const-ness in declaration of sha1_loop().archie2000-04-092-5/+3
* Prototype fix for IPsec authentication related functionsshin2000-02-102-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-2/+2
* IPSEC support in the kernel.shin1999-12-2229-0/+6172
OpenPOWER on IntegriCloud