]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mmc: sdhci-msm: Fix the wrapped key handling
authorNeeraj Soni <neeraj.soni@oss.qualcomm.com>
Fri, 10 Apr 2026 06:58:33 +0000 (12:28 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 10 Apr 2026 08:29:58 +0000 (10:29 +0200)
commit52957cdad30f8011da1f4ef1338ba0339ca4c158
tree87978bb75c59fcfc14c44a61490d4abf37280b9e
parent6546a49bbe656981d99a389195560999058c89c4
mmc: sdhci-msm: Fix the wrapped key handling

Inline Crypto Engine (ICE) supports wrapped key generation. While
registering crypto profile the supported key types are queried from ICE
driver. So the explicit check for RAW key is not needed.

Fixes: fd78e2b582a0 ("mmc: sdhci-msm: Add support for wrapped keys")
Signed-off-by: Neeraj Soni <neeraj.soni@oss.qualcomm.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c