Re: [PATCH 00/11] crypto: caam: Error reporting fixes

2014-04-25 Thread Kees Cook
On Apr 24, Marek wrote: > First stab at reworking the error.c thing in Freescale CAAM. > This patchset cleans it up so it's not doing any too insane > string messing anymore. > > NOTE: Can someone please test this on real hardware? I have > none at hand, so THIS IS COMPILE-TESTED ONLY! > > Ma

[PATCH] staging: crypto: skein: depend upon CRYPTO

2014-04-25 Thread Jason Cooper
Fengguang's randconfig kernel build tester discovered the following warnings: warning: (CRYPTO_THREEFISH) selects CRYPTO_ALGAPI which has unmet direct dependencies (CRYPTO) warning: (DM_VERITY && CRYPTO_SKEIN) selects CRYPTO_HASH which has unmet direct dependencies (CRYPTO) Fix this in the Kcon

Re: Freescale SEC1 and AEAD / IPSEC

2014-04-25 Thread Sandy Harris
On Thu, Apr 24, 2014 at 9:34 AM, leroy christophe wrote: > I'm progressing well on the SEC1 implementation. I now have HASH (non HMAC) > , DES and AES working properly. Why DES? More than a decade ago, the first Linux IPsec implementation refused to do single DES because it was known to be insec