Re: [PATCH 1/7] crypto: Introduce ECDSA algorithm API

2022-06-17 Thread Daniel P . Berrangé
On Mon, Jun 13, 2022 at 04:45:25PM +0800, Lei He wrote: > Introduce ECDSA related structures to qapi-crypto. > > Signed-off-by: lei he > --- > qapi/crypto.json | 28 ++-- > 1 file changed, 26 insertions(+), 2 deletions(-) Reviewed-by: Daniel P. Berrangé With regards,

Re: [PATCH 1/7] crypto: Introduce ECDSA algorithm API

2022-06-13 Thread Philippe Mathieu-Daudé via
On 13/6/22 10:45, Lei He wrote: Introduce ECDSA related structures to qapi-crypto. Signed-off-by: lei he --- qapi/crypto.json | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) +## +# @QCryptoAkCipherOptionsECDSA: +# +# Specific parameters for ECDSA algori

[PATCH 1/7] crypto: Introduce ECDSA algorithm API

2022-06-13 Thread Lei He
Introduce ECDSA related structures to qapi-crypto. Signed-off-by: lei he --- qapi/crypto.json | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/qapi/crypto.json b/qapi/crypto.json index 653e6e3f3d..c2fcdaa13a 100644 --- a/qapi/crypto.json +++ b/qap