Re: Problem with mv_cesa

2012-03-14 Thread Phil Sutter
Dear Mr. Goff, (Adding linux-crypto in Cc, please always do so for this kind of correspondence.) On Tue, Mar 13, 2012 at 06:29:31PM +, Michael Goff wrote: > I am running into an issue with mv_cesa. We are working with QNAP network > attached storage devices that run a marvell arm chip that

Re: [PATCH 0/2] padata fixes

2012-03-14 Thread Herbert Xu
On Fri, Mar 09, 2012 at 07:18:28AM +0100, Steffen Klassert wrote: > This patchset fixes two races that I found when I tested padata > in combination with pcrypt ablkcipher algorithms (still unpublished) > and dm-crypt. The mainline codebase seems not to trigger them, however > we need to fix these

Re: [PATCH 0/6] x86_64 assembler implementation of camellia block cipher

2012-03-14 Thread Herbert Xu
On Mon, Mar 05, 2012 at 08:26:16PM +0200, Jussi Kivilinna wrote: > Patches 1-2 add new tests and test vectors for camellia. > Patches 3-5 rename 'camellia' module to 'camellia_generic'. > Patch 6 adds x86_64 implementation of camellia. > > Series depends on patch: > http://marc.info/?l=linux-cry

Re: [PATCH] camellia: simplify key setup and CAMELLIA_ROUNDSM macro

2012-03-14 Thread Herbert Xu
On Sat, Mar 03, 2012 at 01:59:00PM +0200, Jussi Kivilinna wrote: > camellia_setup_tail() applies 'inverse of the last half of P-function' to > subkeys, which is unneeded if keys are applied directly to yl/yr in > CAMELLIA_ROUNDSM. > > Patch speeds up key setup and should speed up CAMELLIA_ROUNDSM

[PATCH 3/3] mach-ux500: Crypto: core support for CRYP/HASH module.

2012-03-14 Thread Andreas Westin
This adds the required platform data and calls to enable the CRYP/HASH driver. Acked-by: Linus Walleij Signed-off-by: Andreas Westin --- arch/arm/mach-ux500/board-mop500.c | 48 arch/arm/mach-ux500/board-u5500.c | 48

[PATCH 0/3 v3] crypto: ux500 crypto and hash driver

2012-03-14 Thread Andreas Westin
Hi, I've split the driver into two parts one for hash and one for crypto, hopefully it gets through this time. This adds a driver for the ST-Ericsson ux500 hardware crypto and hash module. It supports: * AES with 128, 192 and 256bit keysize and ECB, CBC and CTR modes. * DES and 3DES * SHA-1 and

Re: [PATCH 0/2 v2] crypto: ux500 crypto and hash driver

2012-03-14 Thread Herbert Xu
On Tue, Feb 28, 2012 at 09:21:44AM +0100, Andreas WESTIN wrote: > > > On 2012-02-27 20:28, Kim Phillips wrote: >> On Mon, 27 Feb 2012 10:32:16 +0100 >> Andreas Westin wrote: >> >>> Andreas Westin (2): >>>crypto: ux500 - Add driver for CRYP/HASH hardware. >> >> so I haven't been able to receive