Re: [Qemu-devel] [PATCH v4 02/13] cryptodev: add symmetric algorithm operation stuff

2016-10-03 Thread Stefan Hajnoczi
On Wed, Sep 28, 2016 at 04:25:41PM +0800, Gonglei wrote: > This patch add session operation and crypto operation s/add/adds/ > stuff in the cryptodev backend, including function > pointers and correpsonding structures. s/correpsonding/corresponding/ > +/** > + * QCryptoCryptoDevBackendSymOpInfo

[Qemu-devel] [PATCH v4 02/13] cryptodev: add symmetric algorithm operation stuff

2016-09-28 Thread Gonglei
This patch add session operation and crypto operation stuff in the cryptodev backend, including function pointers and correpsonding structures. Signed-off-by: Gonglei --- backends/cryptodev.c | 45 +++ include/sysemu/cryptodev.h | 133 ++