Re: [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm

2016-03-13 Thread Fam Zheng
On Fri, 03/11 16:55, Daniel P. Berrange wrote: > On Mon, Mar 07, 2016 at 01:51:40PM +0800, Fam Zheng wrote: > > On Mon, 02/29 12:00, Daniel P. Berrange wrote: > > > The LUKS format specifies an anti-forensic split algorithm which > > > is used to artificially expand the size of the key material on

Re: [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm

2016-03-11 Thread Daniel P. Berrange
On Mon, Mar 07, 2016 at 01:51:40PM +0800, Fam Zheng wrote: > On Mon, 02/29 12:00, Daniel P. Berrange wrote: > > The LUKS format specifies an anti-forensic split algorithm which > > is used to artificially expand the size of the key material on > > disk. This is an implementation of that algorithm.

Re: [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm

2016-03-06 Thread Fam Zheng
On Mon, 02/29 12:00, Daniel P. Berrange wrote: > The LUKS format specifies an anti-forensic split algorithm which > is used to artificially expand the size of the key material on > disk. This is an implementation of that algorithm. > > Signed-off-by: Daniel P. Berrange > --- > crypto/Makefile.ob

Re: [Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm

2016-03-02 Thread Eric Blake
On 02/29/2016 05:00 AM, Daniel P. Berrange wrote: > The LUKS format specifies an anti-forensic split algorithm which > is used to artificially expand the size of the key material on > disk. This is an implementation of that algorithm. > > Signed-off-by: Daniel P. Berrange > --- > +static void qcr

[Qemu-devel] [PATCH v4 04/26] crypto: add support for anti-forensic split algorithm

2016-02-29 Thread Daniel P. Berrange
The LUKS format specifies an anti-forensic split algorithm which is used to artificially expand the size of the key material on disk. This is an implementation of that algorithm. Signed-off-by: Daniel P. Berrange --- crypto/Makefile.objs| 1 + crypto/afsplit.c| 158