]> Git Repo - qemu.git/blobdiff - qapi/crypto.json
crypto: add support for the serpent cipher algorithm
[qemu.git] / qapi / crypto.json
index 0550ee7803101a1013a63c78f353ef06d5a03940..6738b950a6e4a776bc251ebf123f9f8131ff2b1a 100644 (file)
 # @aes-256: AES with 256 bit / 32 byte keys
 # @des-rfb: RFB specific variant of single DES. Do not use except in VNC.
 # @cast5-128: Cast5 with 128 bit / 16 byte keys
+# @serpent-128: Serpent with 128 bit / 16 byte keys
+# @serpent-192: Serpent with 192 bit / 24 byte keys
+# @serpent-256: Serpent with 256 bit / 32 byte keys
 # Since: 2.6
 ##
 { 'enum': 'QCryptoCipherAlgorithm',
   'prefix': 'QCRYPTO_CIPHER_ALG',
   'data': ['aes-128', 'aes-192', 'aes-256',
            'des-rfb',
-           'cast5-128']}
+           'cast5-128',
+           'serpent-128', 'serpent-192', 'serpent-256']}
 
 
 ##
This page took 0.022161 seconds and 4 git commands to generate.