bio_crypt_set_ctx
EXPORT_SYMBOL_GPL(bio_crypt_set_ctx);
bio_crypt_set_ctx(bio, &ctx->key, dun, GFP_NOIO);
bio_crypt_set_ctx(bio, ci->ci_enc_key.blk_key, dun, gfp_mask);
void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key,