commit | eda25c11b887ae952da2205ed1c8db751dbf4d11 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Sep 28 15:49:02 2022 +0530 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 21 11:54:13 2022 +0200 |
tree | 410b947f12a829ec5fb7ea03064585d82e1a7a41 | |
parent | 7fe2408b829faeaf51101a8c9b1bc0c3957606c3 [diff] |
crypto/fsl: fsl_rsa: Fix dcache issue in the driver 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 <ye.li@nxp.com> Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>