Re: [Qemu-devel] [PATCH v3 13/18] crypto: cipher: add afalg-backend cipher support

2017-04-26 Thread Daniel P. Berrange
On Sat, Apr 22, 2017 at 03:20:22PM +0800, Longpeng(Mike) wrote: > Adds afalg-backend cipher support: introduces some private APIs > firstly, and then intergrates them into qcrypto_cipher_afalg_driver. > > Signed-off-by: Longpeng(Mike) > --- > crypto/Makefile.objs | 1 + > crypto/afalgpri

[Qemu-devel] [PATCH v3 13/18] crypto: cipher: add afalg-backend cipher support

2017-04-22 Thread Longpeng(Mike)
Adds afalg-backend cipher support: introduces some private APIs firstly, and then intergrates them into qcrypto_cipher_afalg_driver. Signed-off-by: Longpeng(Mike) --- crypto/Makefile.objs | 1 + crypto/afalgpriv.h | 9 ++ crypto/cipher-afalg.c | 229 +++