Re: [Qemu-devel] [PATCH 09/12] qcrypto-luks: extract check and parse header

2019-09-17 Thread Daniel P . Berrangé
On Thu, Sep 12, 2019 at 12:17:07PM +0300, Maxim Levitsky wrote: > This is just to make qcrypto_block_luks_open more > reasonable in size. > > Signed-off-by: Maxim Levitsky > --- > crypto/block-luks.c | 235 > 1 file changed, 127 insertions(+), 108 del

[Qemu-devel] [PATCH 09/12] qcrypto-luks: extract check and parse header

2019-09-12 Thread Maxim Levitsky
This is just to make qcrypto_block_luks_open more reasonable in size. Signed-off-by: Maxim Levitsky --- crypto/block-luks.c | 235 1 file changed, 127 insertions(+), 108 deletions(-) diff --git a/crypto/block-luks.c b/crypto/block-luks.c index c3f348