[PATCH] crypto: cast5/cast6 - move lookup tables to shared module

2012-11-13 Thread Jussi Kivilinna
CAST5 and CAST6 both use same lookup tables, which can be moved shared module 'cast_common'. Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi --- arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 16 +- arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 16 +- crypto/Kconfig

[PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests

2012-11-13 Thread Jussi Kivilinna
Remove incorrect fips_allowed from camellia null-test entries. Caused by incorrect copy-paste of aes-aesni null-tests into camellia-aesni null-tests. Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi --- crypto/testmgr.c |2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH] crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel

2012-11-13 Thread Jussi Kivilinna
Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi --- crypto/testmgr.h | 267 +- 1 file changed, 264 insertions(+), 3 deletions(-) diff --git a/crypto/testmgr.h b/crypto/testmgr.h index 17db4a9..189aeb6 100644 --- a/crypto/testmgr.h +++

Re: [PATCH] crypto: cast5/cast6 - move lookup tables to shared module

2012-11-13 Thread David Miller
From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 11:43:14 +0200 CAST5 and CAST6 both use same lookup tables, which can be moved shared module 'cast_common'. Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi Does this work if you make CAST5 modular and CAST6

Re: [PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests

2012-11-13 Thread David Miller
From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 11:47:32 +0200 Remove incorrect fips_allowed from camellia null-test entries. Caused by incorrect copy-paste of aes-aesni null-tests into camellia-aesni null-tests. Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi

Re: [PATCH 2/2] crypto: testmgr - clean alg_test_null entries in alg_test_descs[]

2012-11-13 Thread David Miller
From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 11:47:37 +0200 Currently alg_test_null entries set .suite values to zero, which is unneeded. So perform clean-up of null test entries. Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi Acked-by: David S. Miller

Re: [PATCH] crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel

2012-11-13 Thread David Miller
From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 12:02:30 +0200 Signed-off-by: Jussi Kivilinna jussi.kivili...@mbnet.fi Acked-by: David S. Miller da...@davemloft.net -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to

Re: [PATCH] crypto: cast5/cast6 - move lookup tables to shared module

2012-11-13 Thread David Miller
From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 21:50:20 +0200 Quoting David Miller da...@davemloft.net: From: Jussi Kivilinna jussi.kivili...@mbnet.fi Date: Tue, 13 Nov 2012 11:43:14 +0200 CAST5 and CAST6 both use same lookup tables, which can be moved shared module

Announce loop-AES-v3.6f file/swap crypto package

2012-11-13 Thread Jari Ruusu
loop-AES changes since previous release: - Worked around block layer interface changes on 3.7-rc kernels. - Fixed bug that caused loop device to report un-optimal I/O size on some backing devices. This bug caused bad performance. - Fixed bug that assumed /bin/sh - bash. For /bin/sh - dash case

Re: [PATCH v3 7/7] crypto: omap_sham: Remove usage of private DMA API

2012-11-13 Thread Kasatkin, Dmitry
On Fri, Nov 9, 2012 at 9:17 AM, Mark A. Greer mgr...@animalcreek.com wrote: On Fri, Nov 09, 2012 at 06:28:16PM +0200, Kasatkin, Dmitry wrote: On Wed, Nov 7, 2012 at 4:57 AM, Mark A. Greer mgr...@animalcreek.com wrote: From: Mark A. Greer mgr...@animalcreek.com Remove usage of the private