Searched hist:d79b5d0bbf2e3aded13b0542160bde48e95d3d44 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/virtio/ |
H A D | Kconfig | diff d79b5d0bbf2e3aded13b0542160bde48e95d3d44 Tue Dec 27 07:49:07 CET 2016 Gonglei \(Arei\) <arei.gonglei@huawei.com> crypto: virtio - support crypto engine framework
crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine - Introduce the block request crypto engine framework")' which uses work queue to realize the asynchronous processing for ablk_cipher and ahash.
For virtio-crypto device, I register an engine for each data virtqueue so that we can use the capability of multiple data queues in future.
Cc: Baolin Wang <baolin.wang@linaro.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | virtio_crypto_common.h | diff d79b5d0bbf2e3aded13b0542160bde48e95d3d44 Tue Dec 27 07:49:07 CET 2016 Gonglei \(Arei\) <arei.gonglei@huawei.com> crypto: virtio - support crypto engine framework
crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine - Introduce the block request crypto engine framework")' which uses work queue to realize the asynchronous processing for ablk_cipher and ahash.
For virtio-crypto device, I register an engine for each data virtqueue so that we can use the capability of multiple data queues in future.
Cc: Baolin Wang <baolin.wang@linaro.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | virtio_crypto_core.c | diff d79b5d0bbf2e3aded13b0542160bde48e95d3d44 Tue Dec 27 07:49:07 CET 2016 Gonglei \(Arei\) <arei.gonglei@huawei.com> crypto: virtio - support crypto engine framework
crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine - Introduce the block request crypto engine framework")' which uses work queue to realize the asynchronous processing for ablk_cipher and ahash.
For virtio-crypto device, I register an engine for each data virtqueue so that we can use the capability of multiple data queues in future.
Cc: Baolin Wang <baolin.wang@linaro.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|