Searched refs:bio_crypt_ctx (Results 1 – 13 of 13) sorted by relevance
| /linux/block/ |
| A D | blk-crypto.c | 67 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0); in bio_crypt_ctx_init() 94 struct bio_crypt_ctx *bc; in bio_crypt_set_ctx() 146 struct bio_crypt_ctx *bc = bio->bi_crypt_context; in __bio_crypt_advance() 156 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous() 184 static bool bio_crypt_ctx_compatible(struct bio_crypt_ctx *bc1, in bio_crypt_ctx_compatible() 185 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_compatible() 203 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes, in bio_crypt_ctx_mergeable() 204 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_mergeable()
|
| A D | blk-crypto-internal.h | 33 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes, 34 struct bio_crypt_ctx *bc2);
|
| A D | blk-crypto-fallback.c | 41 struct bio_crypt_ctx crypt_ctx; 265 struct bio_crypt_ctx *bc; in blk_crypto_fallback_encrypt_bio() 382 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; in blk_crypto_fallback_decrypt_bio() 494 struct bio_crypt_ctx *bc = bio->bi_crypt_context; in blk_crypto_fallback_bio_prep()
|
| /linux/include/linux/ |
| A D | blk-crypto.h | 67 struct bio_crypt_ctx { struct 86 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, argument
|
| A D | blk_types.h | 22 struct bio_crypt_ctx; 251 struct bio_crypt_ctx *bi_crypt_context;
|
| A D | blk-mq.h | 155 struct bio_crypt_ctx *crypt_ctx;
|
| /linux/drivers/ufs/core/ |
| A D | ufshcd-crypto.h | 44 const struct bio_crypt_ctx *crypt_ctx = scsi_cmd_to_rq(cmd)->crypt_ctx; in ufshcd_crypto_fill_prdt()
|
| /linux/include/linux/mmc/ |
| A D | core.h | 154 const struct bio_crypt_ctx *crypto_ctx;
|
| /linux/drivers/md/ |
| A D | dm-io-rewind.c | 96 struct bio_crypt_ctx *bc = bio->bi_crypt_context; in dm_bio_crypt_rewind()
|
| /linux/Documentation/block/ |
| A D | inline-encryption.rst | 85 We introduce ``struct bio_crypt_ctx`` to represent an encryption context. It 87 to a bio_crypt_ctx to ``struct bio`` and ``struct request``; this allows users 118 ``struct request`` also contains a pointer to the original bio_crypt_ctx. 204 ``bio_crypt_set_ctx()``. This function allocates a bio_crypt_ctx and attaches 206 for en/decryption. Users don't need to worry about freeing the bio_crypt_ctx
|
| /linux/fs/crypto/ |
| A D | inline_crypt.c | 352 const struct bio_crypt_ctx *bc = bio->bi_crypt_context; in fscrypt_mergeable_bio()
|
| /linux/include/ufs/ |
| A D | ufshcd.h | 375 const struct bio_crypt_ctx *crypt_ctx,
|
| /linux/drivers/ufs/host/ |
| A D | ufs-exynos.c | 1320 const struct bio_crypt_ctx *crypt_ctx, in exynos_ufs_fmp_fill_prdt()
|
Completed in 30 milliseconds