Hello,
On Wed, Feb 22, 2012 at 02:03:38PM +0100, Frank wrote:
> After doing some trials with hardware crypto offloading through usermode
> interfaces (af_alg and cryptodev) to Marvell CESA accelerated ciphers and
> hash functions with the 3.2.4 kernel's mv_cesa in Debian Wheezy on a Marvell
> K
On Wed, Feb 22, 2012 at 09:10:46PM +0100, Nikos Mavrogiannopoulos wrote:
> On 02/22/2012 02:03 PM, Frank wrote:
>
> > Hi,
> >
> > After doing some trials with hardware crypto offloading through usermode
> > interfaces (af_alg and cryptodev) to Marvell CESA accelerated ciphers and
> > hash funct
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
Hi,
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 patch for the driver and one for core support.
/Andreas
Andreas Westin (2):
crypto: ux500 -