Re: [PATCH] crypto/arc4: now arc needs blockcipher support

2012-07-08 Thread Jussi Kivilinna
Quoting Sebastian Andrzej Siewior : On Wed, Jun 27, 2012 at 02:52:47PM +0800, Herbert Xu wrote: > On a side note: do we pull in the blkcipher block mode for each cipher now to > gain some extra performance like the openssl project? I was under the > impression that is in general not worth it.

Re: [PATCH] crypto/arc4: now arc needs blockcipher support

2012-07-08 Thread Sebastian Andrzej Siewior
On Wed, Jun 27, 2012 at 02:52:47PM +0800, Herbert Xu wrote: > > On a side note: do we pull in the blkcipher block mode for each cipher now > > to > > gain some extra performance like the openssl project? I was under the > > impression that is in general not worth it. > > You mean normal block cip

Re: [PATCH] crypto/arc4: now arc needs blockcipher support

2012-06-26 Thread Herbert Xu
On Tue, Jun 26, 2012 at 06:13:46PM +0200, Sebastian Andrzej Siewior wrote: > Since commit ce6dd368 ("crypto: arc4 - improve performance by adding > ecb(arc4)) we need to pull in a blkcipher. > > |ERROR: "crypto_blkcipher_type" [crypto/arc4.ko] undefined! > |ERROR: "blkcipher_walk_done" [crypto/arc

Re: [PATCH] crypto/arc4: now arc needs blockcipher support

2012-06-26 Thread Jussi Kivilinna
Quoting Sandy Harris : On Wed, Jun 27, 2012 at 12:13 AM, Sebastian Andrzej Siewior wrote: Since commit ce6dd368 ("crypto: arc4 - improve performance by adding ecb(arc4)) we need to pull in a blkcipher. |ERROR: "crypto_blkcipher_type" [crypto/arc4.ko] undefined! |ERROR: "blkcipher_walk_done" [

Re: [PATCH] crypto/arc4: now arc needs blockcipher support

2012-06-26 Thread Sandy Harris
On Wed, Jun 27, 2012 at 12:13 AM, Sebastian Andrzej Siewior wrote: > Since commit ce6dd368 ("crypto: arc4 - improve performance by adding > ecb(arc4)) we need to pull in a blkcipher. > > |ERROR: "crypto_blkcipher_type" [crypto/arc4.ko] undefined! > |ERROR: "blkcipher_walk_done" [crypto/arc4.ko] un

[PATCH] crypto/arc4: now arc needs blockcipher support

2012-06-26 Thread Sebastian Andrzej Siewior
Since commit ce6dd368 ("crypto: arc4 - improve performance by adding ecb(arc4)) we need to pull in a blkcipher. |ERROR: "crypto_blkcipher_type" [crypto/arc4.ko] undefined! |ERROR: "blkcipher_walk_done" [crypto/arc4.ko] undefined! |ERROR: "blkcipher_walk_virt" [crypto/arc4.ko] undefined! Signed-of