Re: [PATCH v4 02/14] qcrypto/luks: implement encryption key management

2020-05-07 Thread Maxim Levitsky
On Thu, 2020-05-07 at 12:02 +0100, Daniel P. Berrangé wrote: > On Tue, May 05, 2020 at 11:08:07PM +0300, Maxim Levitsky wrote: > > Next few patches will expose that functionality > > to the user. > > > > Signed-off-by: Maxim Levitsky > > --- > > crypto/block-luks.c | 395

Re: [PATCH v4 02/14] qcrypto/luks: implement encryption key management

2020-05-07 Thread Maxim Levitsky
On Thu, 2020-05-07 at 12:02 +0100, Daniel P. Berrangé wrote: > On Tue, May 05, 2020 at 11:08:07PM +0300, Maxim Levitsky wrote: > > Next few patches will expose that functionality > > to the user. > > > > Signed-off-by: Maxim Levitsky > > --- > > crypto/block-luks.c | 395

Re: [PATCH v4 02/14] qcrypto/luks: implement encryption key management

2020-05-07 Thread Daniel P . Berrangé
On Tue, May 05, 2020 at 11:08:07PM +0300, Maxim Levitsky wrote: > Next few patches will expose that functionality > to the user. > > Signed-off-by: Maxim Levitsky > --- > crypto/block-luks.c | 395 +++- > qapi/crypto.json| 61 ++- > 2 files

[PATCH v4 02/14] qcrypto/luks: implement encryption key management

2020-05-05 Thread Maxim Levitsky
Next few patches will expose that functionality to the user. Signed-off-by: Maxim Levitsky --- crypto/block-luks.c | 395 +++- qapi/crypto.json| 61 ++- 2 files changed, 452 insertions(+), 4 deletions(-) diff --git a/crypto/block-luks.c