Re: Openswan 2.4.9 - tasklet or workqueue ?

2007-11-04 Thread David McCullough
Jivin Eran Ben-Avi lays it down ... ... > > I have made a few small changes to your patch so it should be safe on > > 2.4 systems yet still select tasklets on 2.6 automatically. > > > > Could you have a look at it ? I have done some basic testing here > > and it seems ok, haven't checked your p

Re: [patch 0/2] remove setkey function in VIA's padlock

2007-11-04 Thread Michal Ludvig
Sebastian Siewior wrote: Hello Michal, you wrote the padlock-aes driver so you probably have the hardware for testing :) The setkey function in the driver's code looks like it expands the key the same way like the new crypto_aes_set_key() I've posted earlier [1], [2]. Could you please test this

[PATCH] [crypto] geode: add fallback for unsupported modes, take 2

2007-11-04 Thread Sebastian Siewior
The Geode AES crypto engine supports only 128 bit long key. This patch adds fallback for other key sizes which are required by the AES standard. Cc: Jordan Crouse <[EMAIL PROTECTED]> Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- Herbert, as you suggested I splitted cipher & blk code.