Re: [Qemu-devel] [PATCH v3 06/18] crypto: hash: add hash driver framework

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

[Qemu-devel] [PATCH v3 06/18] crypto: hash: add hash driver framework

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