qemu/crypto
Daniel P. Berrange 7d9690148a crypto: add block encryption framework
Add a generic framework for supporting different block encryption
formats. Upon instantiating a QCryptoBlock object, it will read
the encryption header and extract the encryption keys. It is
then possible to call methods to encrypt/decrypt data buffers.

There is also a mode whereby it will create/initialize a new
encryption header on a previously unformatted volume.

The initial framework comes with support for the legacy QCow
AES based encryption. This enables code in the QCow driver to
be consolidated later.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-03-17 14:41:15 +00:00
..
aes.c
afsplit.c crypto: add support for anti-forensic split algorithm 2016-03-17 14:41:14 +00:00
block-qcow.c crypto: add block encryption framework 2016-03-17 14:41:15 +00:00
block-qcow.h crypto: add block encryption framework 2016-03-17 14:41:15 +00:00
block.c crypto: add block encryption framework 2016-03-17 14:41:15 +00:00
blockpriv.h crypto: add block encryption framework 2016-03-17 14:41:15 +00:00
cipher-builtin.c crypto: wire up XTS mode for cipher APIs 2016-03-17 14:41:15 +00:00
cipher-gcrypt.c crypto: wire up XTS mode for cipher APIs 2016-03-17 14:41:15 +00:00
cipher-nettle.c crypto: wire up XTS mode for cipher APIs 2016-03-17 14:41:15 +00:00
cipher.c crypto: wire up XTS mode for cipher APIs 2016-03-17 14:41:15 +00:00
desrfb.c
hash.c
init.c
ivgen-essiv.c crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-essiv.h crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-plain.c crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-plain.h crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-plain64.c crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-plain64.h crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen.c crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgenpriv.h crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
Makefile.objs crypto: add block encryption framework 2016-03-17 14:41:15 +00:00
pbkdf-gcrypt.c
pbkdf-nettle.c
pbkdf-stub.c
pbkdf.c
random-gcrypt.c
random-gnutls.c
random-stub.c
secret.c
tlscreds.c
tlscredsanon.c
tlscredspriv.h
tlscredsx509.c
tlssession.c
xts.c crypto: import an implementation of the XTS cipher mode 2016-03-17 14:41:15 +00:00