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 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 wrote: >> > From: "Mark A. Greer" >> > >> > Remove usage of the private OMAP DMA API. >> > The dmaengine API will be used inst

Re: [PATCH v3 5/7] crypto: omap-sham: Convert to use pm_runtime API

2012-11-13 Thread Kevin Hilman
Hi Mark, "Mark A. Greer" writes: > From: "Mark A. Greer" > > Convert the omap-sham crypto driver to use the > pm_runtime API instead of the clk API. > > CC: Kevin Hilman > CC: Paul Walmsley > CC: Dmitry Kasatkin > Signed-off-by: Mark A. Greer Acked-by: Kevin Hilman This looks much better

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] crypto: cast5/cast6 - move lookup tables to shared module

2012-11-13 Thread David Miller
From: Jussi Kivilinna Date: Tue, 13 Nov 2012 21:50:20 +0200 > Quoting David Miller : > >> From: Jussi Kivilinna >> 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 Kivil

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

2012-11-13 Thread Jussi Kivilinna
Quoting David Miller : From: Jussi Kivilinna 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 Does this work if you make CAST5 modular and CAST6 static, or vice versa? Yes

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 Date: Tue, 13 Nov 2012 12:02:30 +0200 > Signed-off-by: Jussi Kivilinna Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

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

2012-11-13 Thread David Miller
From: Jussi Kivilinna 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 Acked-by: David S. Miller -- To unsubscribe from this list: send the line

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

2012-11-13 Thread David Miller
From: Jussi Kivilinna 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 Acked-by: David S. Miller -- To unsubscribe

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

2012-11-13 Thread David Miller
From: Jussi Kivilinna 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 Does this work if you make CAST5 modular and CAST6 static, or vice versa? -- To unsubscribe from this

[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 --- 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 +++ b/crypto/testmgr.h @@ -41

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

2012-11-13 Thread Jussi Kivilinna
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 --- crypto/testmgr.c | 372 -- 1 file changed, 372 deletions(-) diff --git a/crypto/testmgr

[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 --- crypto/testmgr.c |2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c in

[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 --- arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 16 +- arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 16 +- crypto/Kconfig| 10 + crypto/Mak