summaryrefslogtreecommitdiffstats
path: root/backends/cryptodev-lkcf.c
Commit message (Collapse)AuthorAgeFilesLines
* cryptodev: Add a lkcf-backend for cryptodevLei He2022-11-021-0/+645
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>