summaryrefslogtreecommitdiff
path: root/drivers/crypto/virtio
AgeCommit message (Expand)AuthorFilesLines
2025-07-18crypto: engine - remove request batching supportOvidiu Panait1-1/+1
2025-06-23crypto: virtio - Remove unused virtcrypto functionsDr. David Alan Gilbert2-38/+0
2025-03-15crypto: virtio - Erase some sensitive memory when it is freedChristophe JAILLET1-4/+2
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_req pointerLukas Wunner2-10/+7
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_ctx pointerLukas Wunner2-8/+5
2025-02-22crypto: virtio - Drop superfluous ctx->tfm backpointerLukas Wunner2-9/+0
2025-02-22crypto: virtio - Simplify RSA key size cachingLukas Wunner1-11/+8
2025-02-22crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()Lukas Wunner1-1/+1
2024-10-05crypto: virtio - Drop sign/verify operationsLukas Wunner1-44/+21
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko1-19/+12
2024-05-22crypto: virtio - drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-16Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-8/+6
2024-02-09crypto: virtio - remove duplicate check if queue is brokenLi RongQing1-2/+0
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-12-22crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2023-12-01crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2023-10-18virtio-crypto: handle config changed by work queuezhenwei pi2-1/+16
2023-08-18crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu2-26/+30
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu2-4/+0
2023-07-03virtio-crypto: call scheduler when we free unused buffsXianting Tian1-0/+1
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-02-10crypto: virtio/akcipher - Do not use GFP_ATOMIC when not neededChristophe JAILLET1-1/+1
2022-12-28virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun1-1/+2
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu1-2/+3
2022-09-28virtio-crypto: fix memory-leaklei he1-0/+4
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he1-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he1-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi4-55/+64
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi3-45/+79
2022-05-31virtio-crypto: change code stylezhenwei pi2-53/+59
2022-03-28virtio-crypto: rename skcipher algszhenwei pi4-9/+9
2022-03-28virtio-crypto: implement RSA algorithmzhenwei pi6-1/+608
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin1-4/+4
2021-08-12crypto: virtio - Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2020-08-21crypto: virtio - don't use 'default m'Ram Muthiah1-1/+0
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+23
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-7/+7
2020-08-05virtio_crypto: convert to LE accessorsMichael S. Tsirkin1-23/+23
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-1/+2
2020-07-09crypto: virtio - constify features[] and id_table[]Rikard Falkeborn1-2/+2
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-6/+2
2019-11-17crypto: virtio - switch to skcipher APIArd Biesheuvel2-97/+92
2019-11-17crypto: virtio - deal with unsupported input sizesArd Biesheuvel1-2/+10
2019-11-17crypto: virtio - implement missing support for output IVsArd Biesheuvel1-0/+9
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1