crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
commitd8c02bcc9404b65e8cc290c009bf43f571ec967f
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 19 Nov 2015 17:09:01 +0000 (19 17:09 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 23 Dec 2015 11:02:20 +0000 (23 11:02 +0000)
tree3f82cfbf40f036e9cbd62fc5aa6920c63d49a330
parentd84b79d358c3e5a490f8b82641b7f99b52458545
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI

The QCryptoCipherAlgorithm and QCryptoCipherMode enums are
defined in the crypto/cipher.h header. In the future some
QAPI types will want to reference the hash enums, so move
the enum definition into QAPI too.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
crypto/cipher.c
include/crypto/cipher.h
qapi/crypto.json