Re: [Qemu-devel] [PATCH v4 12/26] crypto: add block encryption framework

2016-03-11 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > Add a generic framework for support different block encryption s/support/supporting/ > formats. Upon instantiating a QCryptoBlock object, it will read > the encryption header and extract the encryption keys. It is > then possible to call methods

[Qemu-devel] [PATCH v4 12/26] crypto: add block encryption framework

2016-02-29 Thread Daniel P. Berrange
Add a generic framework for support 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/ini