summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/esp_aesctr.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing old, dead, KAME IPsec files as part of the move to thegnn2007-07-021-461/+0
| | | | | | | new FAST_IPSEC based IPsec stack. Approved by: re Reviewed by: bz
* Marked these as packed correctlyimp2007-01-121-1/+1
|
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
| | | | | | | | were unused or already in if_var.h so add if_name() to if_var.h and remove net_osdep.h along with all references to it. Longer term we may want to kill off if_name() entierly since all modern BSDs have if_xname variables rendering it unnecessicary.
* AES counter mode uses 8byte IV, not 16 bytes.ume2005-10-121-1/+1
| | | | Obtained from: NetBSD
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
|
* - support AES counter mode for ESP.ume2003-10-131-0/+463
- use size_t as return type of schedlen(), as there's no error check needed. - clear key schedule buffer before freeing. Obtained from: KAME
OpenPOWER on IntegriCloud