linux/drivers/crypto/virtio
Farhan Ali d0d859bb87 crypto: virtio - Register an algo only if it's supported
Register a crypto algo with the Linux crypto layer only if
the algorithm is supported by the backend virtio-crypto
device.

Also route crypto requests to a virtio-crypto
device, only if it can support the requested service and
algorithm.

Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Acked-by: Gonglei <arei.gonglei@huawei.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-01 21:00:46 +08:00
..
Kconfig crypto: virtio - remove dependency on CRYPTO_AUTHENC 2018-03-16 23:35:51 +08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
virtio_crypto_algs.c crypto: virtio - Register an algo only if it's supported 2018-07-01 21:00:46 +08:00
virtio_crypto_common.h crypto: virtio - Register an algo only if it's supported 2018-07-01 21:00:46 +08:00
virtio_crypto_core.c crypto: virtio - Read crypto services and algorithm masks 2018-07-01 21:00:44 +08:00
virtio_crypto_mgr.c crypto: virtio - Register an algo only if it's supported 2018-07-01 21:00:46 +08:00