summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/virtio/virtio_crypto_algs.c
Commit message (Expand)AuthorAgeFilesLines
* 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_ablkci...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