aboutsummaryrefslogtreecommitdiff
path: root/qapi/cryptodev.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/cryptodev.json')
-rw-r--r--qapi/cryptodev.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/qapi/cryptodev.json b/qapi/cryptodev.json
index ebb6852035..8732a30524 100644
--- a/qapi/cryptodev.json
+++ b/qapi/cryptodev.json
@@ -19,6 +19,17 @@
'data': ['sym', 'asym']}
##
+# @QCryptodevBackendServiceType:
+#
+# The supported service types of a crypto device.
+#
+# Since: 8.0
+##
+{ 'enum': 'QCryptodevBackendServiceType',
+ 'prefix': 'QCRYPTODEV_BACKEND_SERVICE',
+ 'data': ['cipher', 'hash', 'mac', 'aead', 'akcipher']}
+
+##
# @QCryptodevBackendType:
#
# The crypto device backend type