diff options
author | Lei He | 2022-05-25 11:01:16 +0200 |
---|---|---|
committer | Daniel P. Berrangé | 2022-05-26 12:41:54 +0200 |
commit | 689309c4ac40f01b93f29d66282d044c10d8e2e1 (patch) | |
tree | 9a75b33987272e807772b720ec4203127cd2415c /tests/bench/meson.build | |
parent | crypto: Implement RSA algorithm by gcrypt (diff) | |
download | qemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.tar.gz qemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.tar.xz qemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.zip |
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>
Diffstat (limited to 'tests/bench/meson.build')
-rw-r--r-- | tests/bench/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bench/meson.build b/tests/bench/meson.build index 00b3c209dc..279a8fcc33 100644 --- a/tests/bench/meson.build +++ b/tests/bench/meson.build @@ -20,6 +20,7 @@ if have_block 'benchmark-crypto-hash': [crypto], 'benchmark-crypto-hmac': [crypto], 'benchmark-crypto-cipher': [crypto], + 'benchmark-crypto-akcipher': [crypto], } endif |