Re: [Qemu-devel] [PATCH v3 05/18] crypto: cipher: add cipher driver framework

2017-04-26 Thread Daniel P. Berrange
On Sat, Apr 22, 2017 at 03:20:14PM +0800, Longpeng(Mike) wrote: > 1) makes the public APIs in cipher-nettle/gcrypt/builtin static, >and rename them with "nettle/gcrypt/builtin" prefix. > > 2) introduces cipher framework, including QCryptoCipherDriver >and new public APIs. > > Reviewed-by:

[Qemu-devel] [PATCH v3 05/18] crypto: cipher: add cipher driver framework

2017-04-22 Thread Longpeng(Mike)
1) makes the public APIs in cipher-nettle/gcrypt/builtin static, and rename them with "nettle/gcrypt/builtin" prefix. 2) introduces cipher framework, including QCryptoCipherDriver and new public APIs. Reviewed-by: Gonglei Signed-off-by: Longpeng(Mike) --- crypto/cipher-builtin.c | 64 +++