Searched refs:bio_crypt_ctx_compatible (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-crypto.c184 static bool bio_crypt_ctx_compatible(struct bio_crypt_ctx *bc1, function
195 return bio_crypt_ctx_compatible(rq->crypt_ctx, bio->bi_crypt_context);
206 if (!bio_crypt_ctx_compatible(bc1, bc2))

Completed in 110 milliseconds