index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
starfive
/
jh7110-aes.c
Age
Commit message (
Expand
)
Author
2026-02-10
Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-02-06
crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()
Zilin Guan
2026-01-12
crypto: aes - Replace aes-generic with wrapper around lib
Eric Biggers
2025-08-30
crypto: jh7110 - Remove the use of dev_err_probe()
Liao Yuanhong
2024-05-10
crypto: starfive - Use fallback for unaligned dma access
Jia Jie Ho
2024-05-10
crypto: starfive - Skip dma setup for zeroed message
Jia Jie Ho
2024-04-02
crypto: starfive - Use dma for aes requests
Jia Jie Ho
2023-12-08
crypto: starfive - Remove cfb and ofb
Herbert Xu
2023-12-01
crypto: starfive - Pad adata with zeroes
Jia Jie Ho
2023-08-18
crypto: jh7110 - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
crypto: jh1100 - Remove prepare/unprepare request
Herbert Xu
2023-08-11
crypto: starfive - fix return value check in starfive_aes_prepare_req()
Yang Yingliang
2023-07-28
crypto: starfive - Add AES skcipher and aead support
Jia Jie Ho