RE: [RFC][PATCH 2/2] crypto: caam - handle core endianness != caam endianness

2015-09-02 Thread Porosanu Alexandru
Hi Scott, > -Original Message- > From: Wood Scott-B07421 > Sent: 1 septembrie 2015 03:50 > To: Geanta Neag Horia Ioan-B05471 > Cc: Herbert Xu; Catalin Marinas; Will Deacon; linux-crypto@vger.kernel.org; > David S. Miller; linux-arm-ker...@lists.infradead.org; linux- >

testmgr: templates not tested

2015-09-02 Thread Stephan Mueller
Hi Herbert, while playing with the testmgr in FIPS mode, I see that ciphers with a template are not tested even though test vectors exist. For example, when allocating cbc(aes-generic) I see records of aes-generic (aes) being tested, but I do not see a record of cbc(aes). Is it intended that

Re: [RFC][PATCH 2/2] crypto: caam - handle core endianness != caam endianness

2015-09-02 Thread Scott Wood
On Wed, 2015-09-02 at 01:25 -0500, Porosanu Alexandru-B06830 wrote: > Hi Scott, > > > -Original Message- > > From: Wood Scott-B07421 > > Sent: 1 septembrie 2015 03:50 > > To: Geanta Neag Horia Ioan-B05471 > > Cc: Herbert Xu; Catalin Marinas; Will Deacon; linux-crypto@vger.kernel.org; > >

[PATCH] crypto: Kconfig: Allow MXS_DCP to be used on MX6SL

2015-09-02 Thread Fabio Estevam
From: Fabio Estevam MX6SL has the same DCP crypto block as in MX23/MX28, so allow it to be built for ARCH_MXC. Signed-off-by: Fabio Estevam --- drivers/crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git