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..
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
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
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