Re: [Qemu-devel] [PATCH for-2.9 v4 0/6] crypto: add HMAC algorithms support

2016-12-14 Thread Daniel P. Berrange
On Tue, Dec 13, 2016 at 06:42:54PM +0800, Longpeng(Mike) wrote: > Since QEMU has been supported cryptodev, so it is necessary to support > more crypto algorithms(i.e. hmac,aead) in QEMU backend. > > This patchset add HMAC algorithms support. Thanks, this all looks good, so I've queued this series

[Qemu-devel] [PATCH for-2.9 v4 0/6] crypto: add HMAC algorithms support

2016-12-13 Thread Longpeng(Mike)
Since QEMU has been supported cryptodev, so it is necessary to support more crypto algorithms(i.e. hmac,aead) in QEMU backend. This patchset add HMAC algorithms support. --- Changes since v3: - s/glibc/glib in patch 4. [Daniel] - fix build failure with glib older than 2.30.0. [build test]