Home
last modified time | relevance | path

Searched refs:keyslot_evict (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/ufs/core/
H A Dufshcd-crypto.c123 .keyslot_evict = ufshcd_crypto_keyslot_evict,
229 hba->crypto_profile.ll_ops.keyslot_evict(&hba->crypto_profile, in ufshcd_init_crypto()
/linux-6.15/drivers/mmc/host/
H A Dcqhci-crypto.c131 .keyslot_evict = cqhci_crypto_keyslot_evict,
231 profile->ll_ops.keyslot_evict(profile, NULL, slot); in cqhci_crypto_init()
H A Dsdhci-msm.c1989 .keyslot_evict = sdhci_msm_ice_keyslot_evict,
/linux-6.15/block/
H A Dblk-crypto-profile.c372 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key()
374 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key()
397 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key()
H A Dblk-crypto-fallback.c141 .keyslot_evict = blk_crypto_fallback_keyslot_evict,
/linux-6.15/include/linux/
H A Dblk-crypto-profile.h57 int (*keyslot_evict)(struct blk_crypto_profile *profile, member
/linux-6.15/Documentation/block/
H A Dinline-encryption.rst242 implement ``keyslot_program`` and ``keyslot_evict``. For details, see the
488 ``blk_crypto_ll_ops::keyslot_evict``, just like it does for raw keys. If a
/linux-6.15/drivers/ufs/host/
H A Dufs-qcom.c255 .keyslot_evict = ufs_qcom_ice_keyslot_evict,
/linux-6.15/drivers/md/
H A Ddm-table.c1246 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()