Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcrypto.c38 if (req->crypt_keyslot) in mmc_crypto_prepare_req()
39 mrq->crypto_key_slot = blk_ksm_get_slot_idx(req->crypt_keyslot); in mmc_crypto_prepare_req()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd-crypto.h16 if (!rq || !rq->crypt_keyslot) { in ufshcd_prepare_lrbp_crypto()
21 lrbp->crypto_key_slot = blk_ksm_get_slot_idx(rq->crypt_keyslot); in ufshcd_prepare_lrbp_crypto()
/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto.c223 &rq->crypt_keyslot); in __blk_crypto_init_request()
237 blk_ksm_put_slot(rq->crypt_keyslot); in __blk_crypto_free_request()
H A Dblk-crypto-internal.h55 rq->crypt_keyslot = NULL; in blk_crypto_rq_set_defaults()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h233 struct blk_ksm_keyslot *crypt_keyslot; member