Re: Problem with key sizes

2007-03-19 Thread Sebastian Siewior
* Jan Glauber | 2007-03-19 15:25:39 [+0100]: >Having fall back support for unsupported parts of an algorithm sounds like >the right thing to me. In include/linux/crypto.h I found: > >/* > * Set this bit if and only if the algorithm requires another algorithm of > * the same type to handle corner

Re: Problem with key sizes

2007-03-19 Thread Jan Glauber
On Sat, 2007-03-17 at 21:28 +0100, Sebastian Siewior wrote: > * Herbert Xu | 2007-03-17 15:12:17 [+1100]: > > >What exactly is the aes-special algorithm and where can I find a copy? > The only difference between -special and -generic is the limited key > size. It was just an example. > > >Yes key

Re: Problem with key sizes

2007-03-17 Thread Sebastian Siewior
* Herbert Xu | 2007-03-17 15:12:17 [+1100]: >What exactly is the aes-special algorithm and where can I find a copy? The only difference between -special and -generic is the limited key size. It was just an example. >Yes key length support is missing as far as algorithm selection >is concerned. I

Re: Problem with key sizes

2007-03-16 Thread Herbert Xu
Sebastian Siewior <[EMAIL PROTECTED]> wrote: > > I have a little problem with the min|max keysize: /proc/crypto: > > name : aes > driver : aes-special > module : aes2 > priority : 150 > refcnt : 1 > type : cipher > blocksize: 16 > min keysize : 24 > max

Problem with key sizes

2007-03-16 Thread Sebastian Siewior
Hello, I have a little problem with the min|max keysize: /proc/crypto: name : aes driver : aes-special module : aes2 priority : 150 refcnt : 1 type : cipher blocksize: 16 min keysize : 24 max keysize : 32 name : aes driver : aes-generic m