Re: [PATCH 1/6] crypto: serpent-sse2 - use crypto_[un]register_algs

2012-02-25 Thread Herbert Xu
On Fri, Feb 17, 2012 at 10:48:37PM +0200, Jussi Kivilinna wrote: > Combine all crypto_alg to be registered and use new crypto_[un]register_algs > functions. Simplifies init/exit code and reduce object size. > > Signed-off-by: Jussi Kivilinna All applied. Thanks! -- Email: Herbert Xu Home Page

Re: [PATCH 1/2] crypto: ux500 - Add driver for CRYP/HASH hardware.

2012-02-25 Thread Herbert Xu
On Fri, Feb 24, 2012 at 02:57:20PM +0100, Andreas Westin wrote: > This crypto hardware module is used in ST-Ericsson U8500 > boards. It supports AES, DES, SHA-1 and SHA-2. This driver implements > support for AES-ECB, CBC and CTR, DES, 3DES and both supported SHA modes. > > Acked-by: Linus Walleij

Re: Hit OOPS on FPU save and restore while useing AESNI for IPSec on 32 bit System

2012-02-25 Thread Herbert Xu
tim...@sina.com wrote: > Hi All, > > Recently I hit an OOPS on FPU save/restore in Linux version 2.6.38.8 using > aesni_intel_asm.S and aesni_intel_glue.c for native IPSec(netkey) on 32bit > System. The same OOPS were found in versions 2.6.39.4, 3.0.x and 3.1.x.But I > did not hit this problem

Re: mv_cesa hash functions

2012-02-25 Thread Herbert Xu
On Thu, Feb 23, 2012 at 07:34:39PM +0100, Phil Sutter wrote: > > Herbert, please clarify: is it intended behaviour that ahash_alg's final > callback ignores possibly present data in the request? If I wanted to > finalise a hash operation with some final data, would I then use the > finup callback i