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
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]