On 13/6/22 10:45, Lei He wrote:
Introduce ECDSA related structures to qapi-crypto.
Signed-off-by: lei he <helei.si...@bytedance.com>
---
qapi/crypto.json | 28 ++++++++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)
+##
+# @QCryptoAkCipherOptionsECDSA:
+#
+# Specific parameters for ECDSA algorithm.
+#
+# @curve-id: QCryptoCurveId
+#
+# Since: 7.1
+##
+{ 'struct': 'QCryptoAkCipherOptionsECDSA',
+ 'data': { 'curve-id':'QCryptoCurveID' }}
Missing an extra space after 'curve-id':, otherwise
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>