aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_core.c
Commit message (Expand)AuthorAgeFilesLines
* refer opencrypto/cast.h directly.Hajimu UMEMOTO2005-03-111-1/+9
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasHajimu UMEMOTO2003-11-151-5/+5
* enable aes-xcbc-mac and aes-ctr, again.Hajimu UMEMOTO2003-11-101-4/+0
* - revert to old rijndael code. new rijndael code broke gbde.Hajimu UMEMOTO2003-10-191-0/+4
* use BF_ecb_encrypt().Hajimu UMEMOTO2003-10-131-22/+6
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-131-12/+18
* - RIPEMD160 supportHajimu UMEMOTO2003-10-121-1/+1
* switch cast128 implementation to implementation by Steve Reid;Hajimu UMEMOTO2003-10-101-10/+4
* - 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