Home
last modified time | relevance | path

Searched refs:bc_key (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-crypto.c104 bc->bc_key = key; in bio_crypt_set_ctx()
149 bytes >> bc->bc_key->data_unit_size_bits); in __bio_crypt_advance()
161 unsigned int carry = bytes >> bc->bc_key->data_unit_size_bits; in bio_crypt_dun_is_contiguous()
190 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()
216 bio->bi_crypt_context->bc_key->crypto_cfg.data_unit_size; in bio_crypt_check_alignment()
231 rq->crypt_ctx->bc_key, in __blk_crypto_rq_get_keyslot()
276 const struct blk_crypto_key *bc_key = bio->bi_crypt_context->bc_key; in __blk_crypto_bio_prep() local
294 &bc_key->crypto_cfg)) in __blk_crypto_bio_prep()
/linux/include/linux/
H A Dblk-crypto.h68 const struct blk_crypto_key *bc_key; member
/linux/drivers/md/
H A Ddm-io-rewind.c99 bytes >> bc->bc_key->data_unit_size_bits); in dm_bio_crypt_rewind()
/linux/drivers/ufs/host/
H A Dufs-exynos.c1369 const u8 *enckey = crypt_ctx->bc_key->raw; in exynos_ufs_fmp_fill_prdt()