summaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_core.c
Commit message (Expand)AuthorAgeFilesLines
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* - use des_ecb3_encrypt().Hajimu UMEMOTO2002-03-051-11/+9
* Oops, now, encription and decription are separate function.Hajimu UMEMOTO2002-03-051-2/+2
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-051-2/+2
* fixed the cast128 calculation with a short cipher key length.Hajimu UMEMOTO2001-11-271-1/+2
* Fix fencepost error causing creation of 0-length mbufs when the boundaryBill Fenner2001-08-201-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-868/+713
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-151/+209
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+1236