Home
last modified time | relevance | path

Searched refs:bc_dun (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/mmc/host/
H A Dcqhci-crypto.h29 WARN_ON_ONCE(mrq->crypto_ctx->bc_dun[0] > U32_MAX); in cqhci_crypto_prep_task_desc()
33 mrq->crypto_ctx->bc_dun[0]; in cqhci_crypto_prep_task_desc()
/linux-6.15/block/
H A Dblk-crypto.c115 memcpy(bc->bc_dun, dun, sizeof(bc->bc_dun)); in bio_crypt_set_ctx()
158 bio_crypt_dun_increment(bc->bc_dun, in __bio_crypt_advance()
174 if (bc->bc_dun[i] + carry != next_dun[i]) in bio_crypt_dun_is_contiguous()
180 if ((bc->bc_dun[i] + carry) < carry) in bio_crypt_dun_is_contiguous()
219 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
H A Dblk-crypto-internal.h163 memcpy(rq->crypt_ctx->bc_dun, bio->bi_crypt_context->bc_dun, in bio_crypt_do_front_merge()
164 sizeof(rq->crypt_ctx->bc_dun)); in bio_crypt_do_front_merge()
H A Dblk-crypto-fallback.c309 memcpy(curr_dun, bc->bc_dun, sizeof(curr_dun)); in blk_crypto_fallback_encrypt_bio()
412 memcpy(curr_dun, bc->bc_dun, sizeof(curr_dun)); in blk_crypto_fallback_decrypt_bio()
/linux-6.15/include/linux/
H A Dblk-crypto.h122 u64 bc_dun[BLK_CRYPTO_DUN_ARRAY_SIZE]; member
/linux-6.15/drivers/ufs/core/
H A Dufshcd-crypto.h25 lrbp->data_unit_num = rq->crypt_ctx->bc_dun[0]; in ufshcd_prepare_lrbp_crypto()
/linux-6.15/drivers/md/
H A Ddm-io-rewind.c98 dm_bio_crypt_dun_decrement(bc->bc_dun, in dm_bio_crypt_rewind()
/linux-6.15/drivers/ufs/host/
H A Dufs-exynos.c1398 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()