Re: [Qemu-devel] [PATCH v3 11/18] crypto: hmac: add hmac driver framework

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

[Qemu-devel] [PATCH v3 11/18] crypto: hmac: add hmac driver framework

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