Home
last modified time | relevance | path

Searched refs:crypto_key_slot (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-crypto.h17 lrbp->crypto_key_slot = -1; in ufshcd_prepare_lrbp_crypto()
21 lrbp->crypto_key_slot = blk_ksm_get_slot_idx(rq->crypt_keyslot); in ufshcd_prepare_lrbp_crypto()
29 if (lrbp->crypto_key_slot >= 0) { in ufshcd_prepare_req_desc_hdr_crypto()
31 *dword_0 |= lrbp->crypto_key_slot; in ufshcd_prepare_req_desc_hdr_crypto()
H A Dufshcd.h165 * @crypto_key_slot: the key slot to use for inline crypto (-1 if none)
192 int crypto_key_slot; member
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd-crypto.h20 lrbp->crypto_key_slot = -1; in ufshcd_prepare_lrbp_crypto()
24 lrbp->crypto_key_slot = blk_crypto_keyslot_index(rq->crypt_keyslot); in ufshcd_prepare_lrbp_crypto()
32 if (lrbp->crypto_key_slot < 0) in ufshcd_prepare_req_desc_hdr_crypto()
35 h->cci = lrbp->crypto_key_slot; in ufshcd_prepare_req_desc_hdr_crypto()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci-crypto.h32 CQHCI_CRYPTO_KEYSLOT(mrq->crypto_key_slot) | in cqhci_crypto_prep_task_desc()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dcrypto.c42 mrq->crypto_key_slot = blk_crypto_keyslot_index(keyslot); in mmc_crypto_prepare_req()
/kernel/linux/linux-6.6/include/linux/mmc/
H A Dcore.h168 int crypto_key_slot; member
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h171 * @crypto_key_slot: the key slot to use for inline crypto (-1 if none)
198 int crypto_key_slot; member

Completed in 6 milliseconds