Skip to content

Commit 8edf3a4

Browse files
Danny Tsengregkh
authored andcommitted
crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
[ Upstream commit 44ac462 ] Data mismatch found when testing ipsec tunnel with AES/GCM crypto. Disabling CRYPTO_AES_GCM_P10 in Kconfig for this feature. Fixes: fd0e9b3 ("crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation") Fixes: cdcecfd ("crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation") Fixes: 45a4672 ("crypto: p10-aes-gcm - Update Kconfig and Makefile") Signed-off-by: Danny Tsen <[email protected]> Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 21b4fa3 commit 8edf3a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/powerpc/crypto/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ config CRYPTO_AES_PPC_SPE
9696

9797
config CRYPTO_AES_GCM_P10
9898
tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)"
99+
depends on BROKEN
99100
depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
100101
select CRYPTO_LIB_AES
101102
select CRYPTO_ALGAPI

0 commit comments

Comments
 (0)