aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/virtio_crypto_akcipher_algs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-6/+6
2024-02-09crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi1-2/+3
2024-01-26crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() aft...Markus Elfring1-6/+6
2023-08-18crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu1-14/+19
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-02-10crypto: virtio/akcipher - Do not use GFP_ATOMIC when not neededChristophe JAILLET1-1/+1
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu1-2/+3
2022-09-27virtio-crypto: fix memory-leaklei he1-0/+4
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he1-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi1-24/+5
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi1-22/+35
2022-05-31virtio-crypto: change code stylezhenwei pi1-16/+24
2022-03-28virtio-crypto: implement RSA algorithmzhenwei pi1-0/+585