Re: [f2fs-dev] [PATCH 1/9] crypt: Add diskcipher

2019-08-22 Thread boojin.kim
On Wed, 22 Aug 2019 at 17:37, Krzysztof Kozlowski wrote: > > Your patch looks corrupted - wrapped by mailer. The easiest way > usually is to use git format-patch and git send-email - then you do > not have to worry about formatting etc. > > Best regards, > Krzysztof I'm using outlook instead of '

Re: [f2fs-dev] [PATCH 1/9] crypt: Add diskcipher

2019-08-22 Thread Krzysztof Kozlowski
On Wed, 21 Aug 2019 at 08:42, boojin.kim wrote: > > Diskcipher supports cryptographic operations of inline crypto engines like > FMP. Inline crypto engine refers to hardware and solutions implemented > to encrypt data stored in storage device. > > When encrypting using the FMP, Additional control

[f2fs-dev] [PATCH 1/9] crypt: Add diskcipher

2019-08-20 Thread boojin.kim
Diskcipher supports cryptographic operations of inline crypto engines like FMP. Inline crypto engine refers to hardware and solutions implemented to encrypt data stored in storage device. When encrypting using the FMP, Additional control is required to carry and maintain the crypto information bet