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: NEric Blake <eblake@redhat.com> Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
Showing
crypto/block-qcow.c
0 → 100644
crypto/block-qcow.h
0 → 100644
crypto/block.c
0 → 100644
crypto/blockpriv.h
0 → 100644
include/crypto/block.h
0 → 100644
tests/test-crypto-block.c
0 → 100644
想要评论请 注册 或 登录