test/crypto: Add test suite for crypto akcipher
authorLei He <helei.sig11@bytedance.com>
Wed, 25 May 2022 09:01:16 +0000 (17:01 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 26 May 2022 10:41:54 +0000 (11:41 +0100)
commit689309c4ac40f01b93f29d66282d044c10d8e2e1
tree9a75b33987272e807772b720ec4203127cd2415c
parente09d1c274782e30dcc0ab5e4d62b624d0028d718
test/crypto: Add test suite for crypto akcipher

Add unit test and benchmark test for crypto akcipher.

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
tests/bench/benchmark-crypto-akcipher.c [new file with mode: 0644]
tests/bench/meson.build
tests/bench/test_akcipher_keys.inc [new file with mode: 0644]
tests/unit/meson.build
tests/unit/test-crypto-akcipher.c [new file with mode: 0644]