Re: [PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1

2011-10-21 Thread Herbert Xu
On Mon, Oct 10, 2011 at 12:32:15PM +0300, Jussi Kivilinna wrote: > Signed-off-by: Jussi Kivilinna Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1

2011-10-21 Thread Herbert Xu
On Fri, Oct 21, 2011 at 02:17:49PM +0200, Herbert Xu wrote: > On Mon, Oct 10, 2011 at 12:32:15PM +0300, Jussi Kivilinna wrote: > > Signed-off-by: Jussi Kivilinna > > What is the rationale for this? Blowfish is not a stream cipher. Scratch that, I missed the bit about ctr. Thanks, -- Email: Her

Re: [PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1

2011-10-21 Thread Herbert Xu
On Mon, Oct 10, 2011 at 12:32:15PM +0300, Jussi Kivilinna wrote: > Signed-off-by: Jussi Kivilinna What is the rationale for this? Blowfish is not a stream cipher. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.tx

[PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1

2011-10-10 Thread Jussi Kivilinna
Signed-off-by: Jussi Kivilinna --- arch/x86/crypto/blowfish_glue.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/crypto/blowfish_glue.c b/arch/x86/crypto/blowfish_glue.c index 40911ab..dd3964a 100644 --- a/arch/x86/crypto/blowfish_glue.c +++ b/arch/x86/crypto/