mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-23 20:01:47 -05:00
Data mismatch found when testing ipsec tunnel with AES/GCM crypto. Disabling CRYPTO_AES_GCM_P10 in Kconfig for this feature. Fixes:fd0e9b3e2e("crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation") Fixes:cdcecfd999("crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation") Fixes:45a4672b9a("crypto: p10-aes-gcm - Update Kconfig and Makefile") Signed-off-by: Danny Tsen <dtsen@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>