]> git.proxmox.com Git - mirror_qemu.git/commit
cryptodev: Add a lkcf-backend for cryptodev
authorLei He <helei.sig11@bytedance.com>
Sat, 8 Oct 2022 08:50:30 +0000 (16:50 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 2 Nov 2022 10:56:32 +0000 (06:56 -0400)
commit39fff6f3e8b3dd4f1708f8bdde0a51adbe63188a
tree8a3dcc89e11a963c6ab35448ff2cb223eacfd759
parent58660863ba5ca4f74fa70671da2899b264dc5f34
cryptodev: Add a lkcf-backend for cryptodev

cryptodev: Added a new type of backend named lkcf-backend for
cryptodev. This backend upload asymmetric keys to linux kernel,
and let kernel do the accelerations if possible.
The lkcf stands for Linux Kernel Cryptography Framework.

Signed-off-by: lei he <helei.sig11@bytedance.com>
Message-Id: <20221008085030.70212-5-helei.sig11@bytedance.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
backends/cryptodev-lkcf.c [new file with mode: 0644]
backends/meson.build
include/sysemu/cryptodev.h
qapi/qom.json