Re: [Qemu-devel] [PULL v1 3/7] crypto: add HMAC algorithms framework

2016-12-22 Thread Daniel P. Berrange
On Thu, Dec 22, 2016 at 09:07:03AM +0800, Longpeng (Mike) wrote: > Hi Daniel, > > Can you pick this patch together ? > [PATCH for-2.9 v4 1/6] configure: add CONFIG_GCRYPT_HMAC item Sigh yes. I don't know how i screwed up and missed that patch. Will send a v2 pull request. Regards, Daniel -- |

Re: [Qemu-devel] [PULL v1 3/7] crypto: add HMAC algorithms framework

2016-12-21 Thread Longpeng (Mike)
Hi Daniel, Can you pick this patch together ? [PATCH for-2.9 v4 1/6] configure: add CONFIG_GCRYPT_HMAC item Or it will be picked by somebody else ? :) On 2016/12/21 22:35, Daniel P. Berrange wrote: > From: "Longpeng(Mike)" > > This patch introduce HMAC algorithms framework. > > Signed-off-by

[Qemu-devel] [PULL v1 3/7] crypto: add HMAC algorithms framework

2016-12-21 Thread Daniel P. Berrange
From: "Longpeng(Mike)" This patch introduce HMAC algorithms framework. Signed-off-by: Longpeng(Mike) Signed-off-by: Daniel P. Berrange --- crypto/Makefile.objs | 4 ++ crypto/hmac-gcrypt.c | 45 ++ crypto/hmac-glib.c | 44 ++ crypto/hmac-nettle.c | 45 ++