Searched refs:keyslot_evict (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | keyslot-manager.h | 18 * @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 D | blk-crypto-profile.h | 42 * @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 D | ufshcd-crypto.c | 129 .keyslot_evict = ufshcd_crypto_keyslot_evict,
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cqhci-crypto.c | 138 .keyslot_evict = cqhci_crypto_keyslot_evict,
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd-crypto.c | 131 .keyslot_evict = ufshcd_crypto_keyslot_evict,
|
/kernel/linux/linux-5.10/block/ |
H A D | keyslot-manager.c | 335 err = ksm->ksm_ll_ops.keyslot_evict(ksm, key, in blk_ksm_evict_key()
|
H A D | blk-crypto-fallback.c | 143 .keyslot_evict = blk_crypto_keyslot_evict,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-table.c | 1313 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()
|
Completed in 8 milliseconds