aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/virtio/virtio_crypto_algs.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28virtio-crypto: rename skcipher algsGravatar zhenwei pi 1-669/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-6/+6
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-1/+2
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Gravatar Longpeng(Mike) 1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Gravatar Longpeng(Mike) 1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Gravatar Longpeng(Mike) 1-5/+10
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-6/+2
2019-11-17crypto: virtio - switch to skcipher APIGravatar Ard Biesheuvel 1-96/+91
2019-11-17crypto: virtio - deal with unsupported input sizesGravatar Ard Biesheuvel 1-2/+10
2019-11-17crypto: virtio - implement missing support for output IVsGravatar Ard Biesheuvel 1-0/+9
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationGravatar Fuqian Huang 1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabGravatar Colin Ian King 1-1/+1
2018-08-03crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Gravatar Jia-Ju Bai 1-2/+2
2018-07-01crypto: virtio - Register an algo only if it's supportedGravatar Farhan Ali 1-36/+76
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-1/+1
2018-02-15crypto: virtio - convert to new crypto engine APIGravatar Corentin LABBE 1-6/+10
2017-10-12crypto: virtio - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesGravatar Zeng, Xin 1-22/+87
2017-01-13crypto: virtio - adjust priority of algorithmGravatar Gonglei \(Arei\) 1-1/+1
2016-12-30crypto: virtio - support crypto engine frameworkGravatar Gonglei \(Arei\) 1-17/+35
2016-12-16crypto: add virtio-crypto driverGravatar Gonglei 1-0/+540