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

2007-11-10 Thread Sebastian Siewior
* Herbert Xu | 2007-11-10 19:31:30 [+0800]: >On Sun, Nov 04, 2007 at 09:59:23PM +0100, Sebastian Siewior wrote: >> 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

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

2007-11-10 Thread Herbert Xu
On Sun, Nov 04, 2007 at 09:59:23PM +0100, Sebastian Siewior wrote: > 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 <[E

[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.