Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/ufs/core/
H A Dufshcd-crypto.c133 .keyslot_evict = ufshcd_crypto_keyslot_evict,
238 hba->crypto_profile.ll_ops.keyslot_evict(&hba->crypto_profile, in ufshcd_init_crypto()
/linux/include/linux/
H A Dblk-crypto-profile.h57 int (*keyslot_evict)(struct blk_crypto_profile *profile, member
/linux/drivers/mmc/host/
H A Dcqhci-crypto.c138 .keyslot_evict = cqhci_crypto_keyslot_evict,
/linux/Documentation/block/
H A Dinline-encryption.rst242 implement ``keyslot_program`` and ``keyslot_evict``. For details, see the