aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/virtio_crypto_algs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-crypto: rename skcipher algszhenwei pi2022-03-281-669/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-6/+6
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-1/+2
* crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-041-0/+1
* crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-041-2/+3
* crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-041-5/+10
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-6/+2
* crypto: virtio - switch to skcipher APIArd Biesheuvel2019-11-171-96/+91
* crypto: virtio - deal with unsupported input sizesArd Biesheuvel2019-11-171-2/+10
* crypto: virtio - implement missing support for output IVsArd Biesheuvel2019-11-171-0/+9
* crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-261-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
* crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req()Jia-Ju Bai2018-08-031-2/+2
* crypto: virtio - Register an algo only if it's supportedFarhan Ali2018-07-011-36/+76
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
* crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-151-6/+10
* crypto: virtio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin2017-07-181-22/+87
* crypto: virtio - adjust priority of algorithmGonglei \(Arei\)2017-01-131-1/+1
* crypto: virtio - support crypto engine frameworkGonglei \(Arei\)2016-12-301-17/+35
* crypto: add virtio-crypto driverGonglei2016-12-161-0/+540