Re: [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher

2022-04-26 Thread Daniel P . Berrangé
On Mon, Apr 11, 2022 at 06:43:26PM +0800, zhenwei pi wrote: > From: lei he > > Add unit test and benchmark test for crypto akcipher. > > Signed-off-by: lei he > Signed-off-by: zhenwei pi > --- > tests/bench/benchmark-crypto-akcipher.c | 161 ++ > tests/bench/meson.build |

[PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher

2022-04-11 Thread zhenwei pi
From: lei he Add unit test and benchmark test for crypto akcipher. Signed-off-by: lei he Signed-off-by: zhenwei pi --- tests/bench/benchmark-crypto-akcipher.c | 161 ++ tests/bench/meson.build | 4 + tests/bench/test_akcipher_keys.inc | 537 ++ tests