Hello

2014-08-04 Thread Micheal Ruthven
Hi, Am Micheal Ruthven please permit me to discuss an inheritance deal in my care as you share same second name,if interested. Reply to: ruthven02mich...@gmail.com for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord..

Crypto Update for 3.17

2014-08-04 Thread Herbert Xu
Hi Linus: Here is the crypto update for 3.17: * Added CTR(AES) optimisation on x86_64 using "by8" AVX. * Added arm64 support to ccp. * Added Intel QAT crypto driver. * Added Qualcomm crypto engine driver. * Added x86-64 assembly optimisation for 3DES. * Added CTR(3DES) speed test. * Moved FIPS pa

[PATCH 1/2] ARM: crypto: enable NEON SHA-1 for big endian

2014-08-04 Thread Ard Biesheuvel
This tweaks the SHA-1 NEON code slightly so it works correctly under big endian, and removes the Kconfig condition preventing it from being selected if CONFIG_CPU_BIG_ENDIAN is set. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/sha1-armv7-neon.S | 8 crypto/Kconfig

[PATCH 2/2] ARM: crypto: enable NEON SHA-384/SHA-512 for big endian

2014-08-04 Thread Ard Biesheuvel
The SHA-512 NEON works just fine under big endian, so remove the Kconfig condition preventing it from being selected if CONFIG_CPU_BIG_ENDIAN is set. Signed-off-by: Ard Biesheuvel --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Kconfig b/crypto/Kconf