]> git.proxmox.com Git - mirror_qemu.git/commit
cryptodev: introduce a new cryptodev backend
authorGonglei <arei.gonglei@huawei.com>
Fri, 28 Oct 2016 08:33:23 +0000 (16:33 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 30 Oct 2016 18:06:22 +0000 (20:06 +0200)
commit1653a5f3fc79bc5f3d43b09d23c225c04d4f14d0
tree02e727093f094d9bb2eb68c1fac428d73d4546e9
parent5551e3a88e74c49218a8fc2b28293a8db4a95253
cryptodev: introduce a new cryptodev backend

The new cryptodev backend named cryptodev-builtin,
which realized by QEMU cipher APIs. These APIs can
be backed by either nettle or gcrypt.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/Makefile.objs
backends/cryptodev-builtin.c [new file with mode: 0644]
qemu-options.hx