Searched refs:keyslot_evict (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/mmc/host/ |
| H A D | cqhci-crypto.c | 131 .keyslot_evict = cqhci_crypto_keyslot_evict, 231 profile->ll_ops.keyslot_evict(profile, NULL, slot); in cqhci_crypto_init()
|
| H A D | sdhci-msm.c | 2017 .keyslot_evict = sdhci_msm_ice_keyslot_evict,
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd-crypto.c | 123 .keyslot_evict = ufshcd_crypto_keyslot_evict, 229 hba->crypto_profile.ll_ops.keyslot_evict(&hba->crypto_profile, in ufshcd_init_crypto()
|
| /linux/block/ |
| H A D | blk-crypto-profile.c | 370 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key() 372 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key() 395 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key()
|
| H A D | blk-crypto-fallback.c | 141 .keyslot_evict = blk_crypto_fallback_keyslot_evict,
|
| /linux/include/linux/ |
| H A D | blk-crypto-profile.h | 57 int (*keyslot_evict)(struct blk_crypto_profile *profile, member
|
| /linux/Documentation/block/ |
| H A D | inline-encryption.rst | 248 implement ``keyslot_program`` and ``keyslot_evict``. For details, see the 494 ``blk_crypto_ll_ops::keyslot_evict``, just like it does for raw keys. If a
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 1401 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 311 .keyslot_evict = ufs_qcom_ice_keyslot_evict,
|