summaryrefslogtreecommitdiff
path: root/drivers/crypto/starfive/jh7110-aes.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30crypto: starfive - use scatterlist length before DMA mappingThorsten Blum1-1/+1
2026-03-23crypto: gcm - Use GHASH library instead of crypto_ahashEric Biggers1-1/+1
2026-03-09crypto: aes - Add cmac, xcbc, and cbcmac algorithms using libraryEric Biggers1-1/+1
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+7
2026-02-06crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers1-5/+5
2025-08-30crypto: jh7110 - Remove the use of dev_err_probe()Liao Yuanhong1-8/+4
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-70/+92
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