Searched refs:crypt_keyslot (Results 1 – 5 of 5) sorted by relevance
38 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()
16 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()
223 &rq->crypt_keyslot); in __blk_crypto_init_request()237 blk_ksm_put_slot(rq->crypt_keyslot); in __blk_crypto_free_request()
55 rq->crypt_keyslot = NULL; in blk_crypto_rq_set_defaults()
233 struct blk_ksm_keyslot *crypt_keyslot; member