aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/virtio_crypto_algs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28virtio-crypto: rename skcipher algszhenwei pi1-669/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-6/+6
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-1/+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_skcipher_do_req()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 Biesheuvel1-96/+91
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-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-08-03crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkcipher_do_req()Jia-Ju Bai1-2/+2
2018-07-01crypto: virtio - Register an algo only if it's supportedFarhan Ali1-36/+76
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-02-15crypto: virtio - convert to new crypto engine APICorentin LABBE1-6/+10
2017-10-12crypto: virtio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-07-18crypto: virtio - Refacotor virtio_crypto driver for new virito crypto servicesZeng, Xin1-22/+87
2017-01-13crypto: virtio - adjust priority of algorithmGonglei \(Arei\)1-1/+1
2016-12-30crypto: virtio - support crypto engine frameworkGonglei \(Arei\)1-17/+35
2016-12-16crypto: add virtio-crypto driverGonglei1-0/+540