Skip to content

Commit 44ac462

Browse files
Danny Tsenherbertx
authored andcommitted
crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
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]>
1 parent 4330869 commit 44ac462

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
@@ -107,6 +107,7 @@ config CRYPTO_AES_PPC_SPE
107107

108108
config CRYPTO_AES_GCM_P10
109109
tristate "Stitched AES/GCM acceleration support on P10 or later CPU (PPC)"
110+
depends on BROKEN
110111
depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
111112
select CRYPTO_LIB_AES
112113
select CRYPTO_ALGAPI

0 commit comments

Comments
 (0)