Searched refs:crypt_ctx (Results 1 – 3 of 3) sorted by relevance
25 lrbp->data_unit_num = rq->crypt_ctx->bc_dun[0]; in ufshcd_prepare_lrbp_crypto()44 const struct bio_crypt_ctx *crypt_ctx = scsi_cmd_to_rq(cmd)->crypt_ctx; in ufshcd_crypto_fill_prdt() local46 if (crypt_ctx && hba->vops && hba->vops->fill_crypto_prdt) in ufshcd_crypto_fill_prdt()47 return hba->vops->fill_crypto_prdt(hba, crypt_ctx, in ufshcd_crypto_fill_prdt()59 if (!(scsi_cmd_to_rq(lrbp->cmd)->crypt_ctx)) in ufshcd_crypto_clear_prdt()
35 if (!req->crypt_ctx) in mmc_crypto_prepare_req()38 mrq->crypto_ctx = req->crypt_ctx; in mmc_crypto_prepare_req()
1392 const struct bio_crypt_ctx *crypt_ctx, in exynos_ufs_fmp_fill_prdt() argument1396 const u8 *enckey = crypt_ctx->bc_key->bytes; in exynos_ufs_fmp_fill_prdt()1398 u64 dun_lo = crypt_ctx->bc_dun[0]; in exynos_ufs_fmp_fill_prdt()1399 u64 dun_hi = crypt_ctx->bc_dun[1]; in exynos_ufs_fmp_fill_prdt()
Completed in 12 milliseconds