Home
last modified time | relevance | path

Searched refs:keyslot_evict (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dblk-crypto-profile.c370 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 Dblk-crypto-fallback.c141 .keyslot_evict = blk_crypto_fallback_keyslot_evict,
/kernel/linux/linux-5.10/include/linux/
H A Dkeyslot-manager.h18 * @keyslot_evict: Evict key from the specified keyslot in the hardware.
31 int (*keyslot_evict)(struct blk_keyslot_manager *ksm, member
/kernel/linux/linux-6.6/include/linux/
H A Dblk-crypto-profile.h42 * @keyslot_evict: Evict a key from the inline encryption hardware.
57 int (*keyslot_evict)(struct blk_crypto_profile *profile, member
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-crypto.c129 .keyslot_evict = ufshcd_crypto_keyslot_evict,
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci-crypto.c138 .keyslot_evict = cqhci_crypto_keyslot_evict,
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd-crypto.c131 .keyslot_evict = ufshcd_crypto_keyslot_evict,
/kernel/linux/linux-5.10/block/
H A Dkeyslot-manager.c335 err = ksm->ksm_ll_ops.keyslot_evict(ksm, key, in blk_ksm_evict_key()
H A Dblk-crypto-fallback.c143 .keyslot_evict = blk_crypto_keyslot_evict,
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-table.c1313 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()

Completed in 8 milliseconds