Re: [PATCH 7/7] crypto: Add test suite for ECDSA algorithm

2022-06-17 Thread Daniel P . Berrangé
On Mon, Jun 13, 2022 at 04:45:31PM +0800, Lei He wrote: > 1. add test suite for ecdsa algorithm. > 2. use qcrypto_akcihper_max_xxx_len to help create buffers in > test code. > > Signed-off-by: lei he > --- > tests/unit/test-crypto-akcipher.c | 227 > +++--- > 1 f

[PATCH 7/7] crypto: Add test suite for ECDSA algorithm

2022-06-13 Thread Lei He
1. add test suite for ecdsa algorithm. 2. use qcrypto_akcihper_max_xxx_len to help create buffers in test code. Signed-off-by: lei he --- tests/unit/test-crypto-akcipher.c | 227 +++--- 1 file changed, 212 insertions(+), 15 deletions(-) diff --git a/tests/unit/te