mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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>
This commit is contained in:
parent
e09d1c2747
commit
689309c4ac
6 changed files with 1394 additions and 7 deletions
|
@ -77,6 +77,7 @@ if have_block
|
|||
'test-crypto-hash': [crypto],
|
||||
'test-crypto-hmac': [crypto],
|
||||
'test-crypto-cipher': [crypto],
|
||||
'test-crypto-akcipher': [crypto],
|
||||
'test-crypto-secret': [crypto, keyutils],
|
||||
'test-crypto-der': [crypto],
|
||||
'test-authz-simple': [authz],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue