]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
crypto: Implement RSA algorithm by hogweed
authorLei He <helei.sig11@bytedance.com>
Wed, 25 May 2022 09:01:14 +0000 (17:01 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 26 May 2022 10:41:51 +0000 (11:41 +0100)
commit4c5e512ee0c49efb42286600aef31739c0dcee5d
treedc6255202c5819ab77cf22598c5430a8128b286d
parent99d423f10c636c39405924e68584f50f78a0bb8c
crypto: Implement RSA algorithm by hogweed

Implement RSA algorithm by hogweed from nettle. Thus QEMU supports
a 'real' RSA backend to handle request from guest side. It's
important to test RSA offload case without OS & hardware requirement.

Signed-off-by: lei he <helei.sig11@bytedance.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/akcipher-nettle.c.inc [new file with mode: 0644]
crypto/akcipher.c
crypto/meson.build
crypto/rsakey-builtin.c.inc [new file with mode: 0644]
crypto/rsakey-nettle.c.inc [new file with mode: 0644]
crypto/rsakey.c [new file with mode: 0644]
crypto/rsakey.h [new file with mode: 0644]
meson.build