18 May, 2009
1 commit
-
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: padlock - Revert aes-all alias to aes
crypto: api - Fix algorithm module auto-loading
crypto: eseqiv - Fix IV generation for sync algorithms
crypto: ixp4xx - check firmware for crypto support
12 Apr, 2009
1 commit
-
- the loaded firmware may not support crypto at all or
only support DES and 3DES but not AES or
support DES, 3DES and AES.- in case of no crypto support of the firmware, the module load will fail.
- in case of missing AES support, the AES algorithms are not registered
and a warning is printed during module load.Signed-off-by: Christian Hohnstaedt
Signed-off-by: Herbert Xu
07 Apr, 2009
1 commit
-
Replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Signed-off-by: Yang Hongyang
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 Mar, 2009
1 commit
-
- keep dma functions away from chained scatterlists.
Use the existing scatterlist iteration inside the driver
to call dma_map_single() for each chunk and avoid dma_map_sg().Signed-off-by: Christian Hohnstaedt
Tested-By: Karl Hiramoto
Signed-off-by: Herbert Xu
04 Mar, 2009
1 commit
-
There is another user of IXP4xx queue manager, fix it.
Signed-off-by: Krzysztof Hałasa
Signed-off-by: Herbert Xu
07 Aug, 2008
1 commit
-
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King
10 Jul, 2008
1 commit
-
Add support for the hardware crypto engine provided by the NPE C
of the Intel IXP4xx networking processor series.Supported ciphers: des, des3, aes
and a combination of them with md5 and sha1 hmacSigned-off-by: Christian Hohnstaedt
Signed-off-by: Herbert Xu