Re: [PATCH v2] crypto: xts - consolidate sanity check for keys

2016-02-16 Thread Herbert Xu
On Tue, Feb 09, 2016 at 03:37:47PM +0100, Stephan Mueller wrote: > Hi, > > Changes v2: remove comment and remove FIPS ifdefs as requested by Ard > Biesheuvel Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --

[PATCH v2] crypto: xts - consolidate sanity check for keys

2016-02-09 Thread Stephan Mueller
Hi, Changes v2: remove comment and remove FIPS ifdefs as requested by Ard Biesheuvel ---8<--- The patch centralizes the XTS key check logic into the service function xts_check_key which is invoked from the different XTS implementations. With this, the XTS implementations in ARM, ARM64, PPC and S