summaryrefslogtreecommitdiff
path: root/drivers/crypto/starfive/jh7110-aes.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2024-05-10crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho1-5/+7
2024-05-10crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho1-0/+4
2024-04-02crypto: starfive - Use dma for aes requestsJia Jie Ho1-199/+390
2023-12-08crypto: starfive - Remove cfb and ofbHerbert Xu1-70/+1
2023-12-01crypto: starfive - Pad adata with zeroesJia Jie Ho1-2/+4
2023-08-18crypto: jh7110 - Use new crypto_engine_op interfaceHerbert Xu1-71/+93
2023-08-18crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu1-43/+11
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang1-2/+2
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho1-0/+1034