Re: [Qemu-devel] [PATCH for-2.9 v2 7/7] crypto: add HMAC algorithms testcases

2016-12-12 Thread Longpeng (Mike)
Hi Daniel, Thanks for your review, and I fix them as your suggestion in V3, please review V3 when you're free. :) Regards, On 2016/12/12 18:31, Daniel P. Berrange wrote: > On Mon, Dec 12, 2016 at 04:08:12PM +0800, Longpeng(Mike) wrote: >> This patch add HMAC algorithms testcases >> >> Signed-of

Re: [Qemu-devel] [PATCH for-2.9 v2 7/7] crypto: add HMAC algorithms testcases

2016-12-12 Thread Daniel P. Berrange
On Mon, Dec 12, 2016 at 04:08:12PM +0800, Longpeng(Mike) wrote: > This patch add HMAC algorithms testcases > > Signed-off-by: Longpeng(Mike) > --- > tests/Makefile.include | 2 + > tests/test-crypto-hmac.c | 166 > +++ > 2 files changed, 168 inser

[Qemu-devel] [PATCH for-2.9 v2 7/7] crypto: add HMAC algorithms testcases

2016-12-12 Thread Longpeng(Mike)
This patch add HMAC algorithms testcases Signed-off-by: Longpeng(Mike) --- tests/Makefile.include | 2 + tests/test-crypto-hmac.c | 166 +++ 2 files changed, 168 insertions(+) create mode 100644 tests/test-crypto-hmac.c diff --git a/tests/Makefil