summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/starfive
AgeCommit message (Expand)AuthorLines
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-2/+1
2023-08-18crypto: jh7110 - Use new crypto_engine_op interfaceHerbert Xu-205/+252
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu-0/+1
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu-5/+5
2023-08-18crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu-50/+11
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang-2/+2
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho-7/+1132
2023-07-20crypto: starfive - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-06-23crypto: starfive - Add RSA algo supportJia Jie Ho-2/+683
2023-06-23crypto: starfive - Update hash module irq handlingJia Jie Ho-1/+8
2023-05-24crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu-3/+2
2023-05-22crypto: starfive - Fix driver dependenciesJia Jie Ho-2/+1
2023-05-19crypto: starfive - Add hash and HMAC supportJia Jie Ho-4/+1003
2023-05-19crypto: starfive - Add crypto engine supportJia Jie Ho-0/+285