Re: [PATCH 1/1]: Add support for aes-ctr to ipsec

2008-02-01 Thread Herbert Xu
On Thu, Jan 31, 2008 at 10:59:28AM -0600, Joy Latten wrote: > Very sorry, re-posting as first patch was incomplete. > > The below patch allows IPsec to use CTR mode with > AES encryption algorithm. Tested this using setkey > in ipsec-tools. > > regards, > Joy > > > Signed-off-by: Joy Latten <[E

[PATCH 1/1]: Add support for aes-ctr to ipsec

2008-01-31 Thread Joy Latten
Very sorry, re-posting as first patch was incomplete. The below patch allows IPsec to use CTR mode with AES encryption algorithm. Tested this using setkey in ipsec-tools. regards, Joy Signed-off-by: Joy Latten <[EMAIL PROTECTED]> -- diff -urpN net-2.6.25/include/linux/pfkeyv2.h net-2.6.25.pa