Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-crypto-profile.c380 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key()
382 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key()
398 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key()
Dblk-crypto-fallback.c141 .keyslot_evict = blk_crypto_fallback_keyslot_evict,
/linux-6.1.9/include/linux/
Dblk-crypto-profile.h57 int (*keyslot_evict)(struct blk_crypto_profile *profile, member
/linux-6.1.9/drivers/mmc/host/
Dcqhci-crypto.c138 .keyslot_evict = cqhci_crypto_keyslot_evict,
/linux-6.1.9/drivers/ufs/core/
Dufshcd-crypto.c131 .keyslot_evict = ufshcd_crypto_keyslot_evict,
/linux-6.1.9/Documentation/block/
Dinline-encryption.rst242 implement ``keyslot_program`` and ``keyslot_evict``. For details, see the
/linux-6.1.9/drivers/md/
Ddm-table.c1308 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()