summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/esp_core.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasume2003-11-151-5/+5
* enable aes-xcbc-mac and aes-ctr, again.ume2003-11-101-4/+0
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-191-0/+4
* use BF_ecb_encrypt().ume2003-10-131-22/+6
* - support AES counter mode for ESP.ume2003-10-131-12/+18
* - RIPEMD160 supportume2003-10-121-1/+1
* switch cast128 implementation to implementation by Steve Reid;ume2003-10-101-10/+4
* - fix typo in comment.ume2003-10-071-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* - use des_ecb3_encrypt().ume2002-03-051-11/+9
* Oops, now, encription and decription are separate function.ume2002-03-051-2/+2
* - Speedup 3DES by using assembly code for i386.ume2002-03-051-2/+2
* fixed the cast128 calculation with a short cipher key length.ume2001-11-271-1/+2
* Fix fencepost error causing creation of 0-length mbufs when the boundaryfenner2001-08-201-2/+2
* Sync with recent KAME.ume2001-06-111-868/+713
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-151/+209
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* IPSEC support in the kernel.shin1999-12-221-0/+1236
OpenPOWER on IntegriCloud