Home
last modified time | relevance | path

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

/linux/block/
A Dblk-crypto.c94 bc->bc_key = key; in bio_crypt_set_ctx()
140 bytes >> bc->bc_key->data_unit_size_bits); in __bio_crypt_advance()
152 unsigned int carry = bytes >> bc->bc_key->data_unit_size_bits; in bio_crypt_dun_is_contiguous()
181 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()
207 bio->bi_crypt_context->bc_key->crypto_cfg.data_unit_size; in bio_crypt_check_alignment()
222 rq->crypt_ctx->bc_key, in __blk_crypto_init_request()
267 const struct blk_crypto_key *bc_key = bio->bi_crypt_context->bc_key; in __blk_crypto_bio_prep() local
286 if (__blk_crypto_cfg_supported(profile, &bc_key->crypto_cfg)) in __blk_crypto_bio_prep()
A Dblk-crypto-fallback.c282 data_unit_size = bc->bc_key->crypto_cfg.data_unit_size; in blk_crypto_fallback_encrypt_bio()
296 bc->bc_key, &slot); in blk_crypto_fallback_encrypt_bio()
390 const int data_unit_size = bc->bc_key->crypto_cfg.data_unit_size; in blk_crypto_fallback_decrypt_bio()
399 bc->bc_key, &slot); in blk_crypto_fallback_decrypt_bio()
496 if (WARN_ON_ONCE(!tfms_inited[bc->bc_key->crypto_cfg.crypto_mode])) { in blk_crypto_fallback_bio_prep()
503 &bc->bc_key->crypto_cfg)) { in blk_crypto_fallback_bio_prep()
/linux/include/linux/
A Dblk-crypto.h67 const struct blk_crypto_key *bc_key; member
/linux/fs/crypto/
A Dinline_crypt.c336 if (bc->bc_key != &inode->i_crypt_info->ci_enc_key.blk_key->base) in fscrypt_mergeable_bio()

Completed in 8 milliseconds