commit | 04b9b37edda85964cca033a48dcc0298036782f2 | [log] [tgz] |
---|---|---|
author | Gonglei <arei.gonglei@huawei.com> | Fri Oct 28 16:33:28 2016 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Nov 01 19:21:08 2016 +0200 |
tree | af441564addc64be939abd6a2bd2e8fac4d97596 | |
parent | 59c360ca42121e6f6ed83bc740aa5d1a1b59be1d [diff] |
virtio-crypto: add data queue processing handler Introduces VirtIOCryptoReq structure to store crypto request so that we can easily support asynchronous crypto operation in the future. At present, we only support cipher and algorithm chaining. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>