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 and review patch 1/2, presumably
due to mailing list size limits...resend in smaller pieces?
Thanks,
Kim
--
To unsubscribe fr
Broken by commit 6ef84509f3d439ed2d43ea40080643efec37f54f for users
passing a request with non-zero 'nbytes' field, like e.g. testmgr.
Cc: # 3.0+
Signed-off-by: Phil Sutter
---
drivers/crypto/mv_cesa.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/crypto/mv_ce
Hi,
This is a rebase against the crypto dev tree, the previous patches
where based on linux next.
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 SHA-256
One
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