Re: [PATCH v3] crypto: Removing CRYPTO_AES_GCM_P10.
From: Danny Tsen <hidden>
Date: 2024-09-22 20:54:48
Also in:
linux-crypto, lkml, stable
From: Danny Tsen <hidden>
Date: 2024-09-22 20:54:48
Also in:
linux-crypto, lkml, stable
Thanks Herbert. -Danny On 9/21/24 4:31 AM, Herbert Xu wrote:
On Thu, Sep 19, 2024 at 07:36:37AM -0400, Danny Tsen wrote:quoted
Data mismatch found when testing ipsec tunnel with AES/GCM crypto. Disabling CRYPTO_AES_GCM_P10 in Kconfig for this feature. Fixes: fd0e9b3e2ee6 ("crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementation") Fixes: cdcecfd9991f ("crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementation") Fixes: 45a4672b9a6e2 ("crypto: p10-aes-gcm - Update Kconfig and Makefile") Signed-off-by: Danny Tsen <redacted> --- arch/powerpc/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+)Patch applied. Thanks.