[PATCH v4] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-10-21 Thread sbabic
> From: Ye Li > issue: > CAAM fails with key error when perform Modular Exponentiation > using PKHA Block in CAAM > Fix: > add flush and invalidate dcache for keys, signature > and output decrypted data processed by CAAM. > Fixes: 34276478f7 (DM: crypto/fsl - Add Freescale rsa DM driver) >

[PATCH v4] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-09-28 Thread Gaurav Jain
From: Ye Li issue: CAAM fails with key error when perform Modular Exponentiation using PKHA Block in CAAM Fix: add flush and invalidate dcache for keys, signature and output decrypted data processed by CAAM. Fixes: 34276478f7 (DM: crypto/fsl - Add Freescale rsa DM driver) Signed-off-by: Ye Li