Home
last modified time | relevance | path

Searched refs:blk_ksm_get_slot_idx (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
Dkeyslot-manager.c177 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot) in blk_ksm_get_slot_idx() function
181 EXPORT_SYMBOL_GPL(blk_ksm_get_slot_idx);
236 slot_idx = blk_ksm_get_slot_idx(slot); in blk_ksm_get_slot_for_key()
338 blk_ksm_get_slot_idx(slot)); in blk_ksm_evict_key()
Dblk-crypto-fallback.c192 int keyslot_idx = blk_ksm_get_slot_idx(slot); in blk_crypto_alloc_cipher_req()
/kernel/linux/linux-5.10/include/linux/
Dkeyslot-manager.h92 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot);
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd-crypto.h21 lrbp->crypto_key_slot = blk_ksm_get_slot_idx(rq->crypt_keyslot); in ufshcd_prepare_lrbp_crypto()