2024-02-06 12:02:52

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v4 01/15] ice, ufs, mmc: use blk_crypto_key for program_key

On Sun, 28 Jan 2024 at 00:26, Gaurav Kashyap <[email protected]> wrote:
>
> The program key ops in the storage controller does not
> pass on the blk crypto key structure to ice, this is okay
> when wrapped keys are not supported and keys are standard
> AES XTS sizes. However, wrapped keyblobs can be of any size
> and in preparation for that, modify the ICE and storage
> controller APIs to accept blk_crypto_key.
>
> Signed-off-by: Gaurav Kashyap <[email protected]>
> Reviewed-by: Om Prakash Singh <[email protected]>
> Tested-by: Neil Armstrong <[email protected]>
> ---

Reviewed-by: Bartosz Golaszewski <[email protected]>