Home
last modified time | relevance | path

Searched refs:bio_crypt_ctx (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-crypto.c57 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0); in bio_crypt_ctx_init()
84 struct bio_crypt_ctx *bc; in bio_crypt_set_ctx()
138 struct bio_crypt_ctx *bc = bio->bi_crypt_context; in __bio_crypt_advance()
148 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, in bio_crypt_dun_is_contiguous()
176 static bool bio_crypt_ctx_compatible(struct bio_crypt_ctx *bc1, in bio_crypt_ctx_compatible()
177 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_compatible()
195 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes, in bio_crypt_ctx_mergeable()
196 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_mergeable()
H A Dblk-crypto-internal.h28 bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes,
29 struct bio_crypt_ctx *bc2);
H A Dblk-crypto-fallback.c40 struct bio_crypt_ctx crypt_ctx;
264 struct bio_crypt_ctx *bc; in blk_crypto_fallback_encrypt_bio()
380 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; in blk_crypto_fallback_decrypt_bio()
491 struct bio_crypt_ctx *bc = bio->bi_crypt_context; in blk_crypto_fallback_bio_prep()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-crypto.h71 struct bio_crypt_ctx { struct
93 bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc, argument
H A Dblk_types.h21 struct bio_crypt_ctx;
244 struct bio_crypt_ctx *bi_crypt_context;
H A Dblkdev.h232 struct bio_crypt_ctx *crypt_ctx;
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcore.h167 const struct bio_crypt_ctx *crypto_ctx;
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c356 const struct bio_crypt_ctx *bc = bio->bi_crypt_context; in fscrypt_mergeable_bio()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dinline-encryption.rst55 We add a struct bio_crypt_ctx to struct bio that can