Re: [PATCH] crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services

2017-07-18 Thread Herbert Xu
On Fri, Jun 23, 2017 at 11:31:19AM -0400, Xin Zeng wrote: > In current virtio crypto device driver, some common data structures and > implementations that should be used by other virtio crypto algorithms > (e.g. asymmetric crypto algorithms) introduce symmetric crypto algorithms > specific

RE: [PATCH] crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services

2017-07-17 Thread Zeng, Xin
g, Xin < <xin.z...@intel.com> < Subject: [PATCH] crypto: virtio - Refacotor virtio_crypto driver for new virito < crypto services < < In current virtio crypto device driver, some common data structures and < implementations that should be used by other virtio cryp

[PATCH] crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services

2017-06-23 Thread Xin Zeng
In current virtio crypto device driver, some common data structures and implementations that should be used by other virtio crypto algorithms (e.g. asymmetric crypto algorithms) introduce symmetric crypto algorithms specific implementations. This patch refactors these pieces of code so that they