qemu-patch-raspberry4/include/crypto
Daniel P. Berrange d8c02bcc94 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>
2015-12-23 11:02:20 +00:00
..
aes.h crypto: move built-in AES implementation into crypto/ 2015-07-07 12:04:13 +02:00
cipher.h crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI 2015-12-23 11:02:20 +00:00
desrfb.h crypto: move built-in D3DES implementation into crypto/ 2015-07-07 12:04:31 +02:00
hash.h crypto: move QCryptoHashAlgorithm enum definition into QAPI 2015-12-23 11:02:20 +00:00
init.h crypto: introduce new module for computing hash digests 2015-07-07 12:04:07 +02:00
secret.h crypto: add QCryptoSecret object class for password/key handling 2015-12-18 16:25:08 +00:00
tlscreds.h crypto: introduce new base module for TLS credentials 2015-09-15 14:47:37 +01:00
tlscredsanon.h crypto: introduce new module for TLS anonymous credentials 2015-09-15 15:00:20 +01:00
tlscredsx509.h crypto: add support for loading encrypted x509 keys 2015-12-18 16:25:08 +00:00
tlssession.h crypto: introduce new module for handling TLS sessions 2015-09-15 15:07:43 +01:00