Re: [Qemu-devel] [PATCH v2 07/17] crypto: implement the LUKS block encryption format

2016-02-08 Thread Daniel P. Berrange
On Fri, Feb 05, 2016 at 10:38:45AM -0700, Eric Blake wrote: > On 01/20/2016 10:38 AM, Daniel P. Berrange wrote: > > Provide a block encryption implementation that follows the > > LUKS/dm-crypt specification. > > > > This supports all combinations of hash, cipher algorithm, > > cipher mode and iv g

Re: [Qemu-devel] [PATCH v2 07/17] crypto: implement the LUKS block encryption format

2016-02-05 Thread Eric Blake
On 01/20/2016 10:38 AM, Daniel P. Berrange wrote: > Provide a block encryption implementation that follows the > LUKS/dm-crypt specification. > > This supports all combinations of hash, cipher algorithm, > cipher mode and iv generator that are implemented by the > current crypto layer. > > The no

[Qemu-devel] [PATCH v2 07/17] crypto: implement the LUKS block encryption format

2016-01-20 Thread Daniel P. Berrange
Provide a block encryption implementation that follows the LUKS/dm-crypt specification. This supports all combinations of hash, cipher algorithm, cipher mode and iv generator that are implemented by the current crypto layer. The notable missing feature is support for the 'xts' cipher mode, which