]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/cryptodev.json
cryptodev: Introduce cryptodev alg type in QAPI
[mirror_qemu.git] / qapi / cryptodev.json
index b65edbe183d243013d100447ed74d89f0239c1e7..ebb6852035c91101e980d7c6e88dc72722fdaf4c 100644 (file)
@@ -4,6 +4,20 @@
 # This work is licensed under the terms of the GNU GPL, version 2 or later.
 # See the COPYING file in the top-level directory.
 
+##
+# @QCryptodevBackendAlgType:
+#
+# The supported algorithm types of a crypto device.
+#
+# @sym: symmetric encryption
+# @asym: asymmetric Encryption
+#
+# Since: 8.0
+##
+{ 'enum': 'QCryptodevBackendAlgType',
+  'prefix': 'QCRYPTODEV_BACKEND_ALG',
+  'data': ['sym', 'asym']}
+
 ##
 # @QCryptodevBackendType:
 #