On Mon, Dec 06, 2021 at 02:57:23PM -0800, Gaurav Kashyap wrote: > This patch contains two changes in UFS for wrapped keys. > 1. Implements the blk_crypto_profile ops for generate, import > and prepare key apis. > 2. Adds UFS vops for generate, import and prepare keys so > that vendors can hooks to them. > > Signed-off-by: Gaurav Kashyap <quic_gaurkash@xxxxxxxxxxx> When adding things to ufs_hba_variant_ops, it would helpful to explain why they belong there. It's because this stuff isn't part of the UFS standard, right? - Eric