Lines Matching refs:dm_crypt_request
97 struct dm_crypt_request { struct
113 struct dm_crypt_request *dmreq); argument
115 struct dm_crypt_request *dmreq);
361 struct dm_crypt_request *dmreq) in crypt_iv_plain_gen()
370 struct dm_crypt_request *dmreq) in crypt_iv_plain64_gen()
379 struct dm_crypt_request *dmreq) in crypt_iv_plain64be_gen()
389 struct dm_crypt_request *dmreq) in crypt_iv_essiv_gen()
437 struct dm_crypt_request *dmreq) in crypt_iv_benbi_gen()
450 struct dm_crypt_request *dmreq) in crypt_iv_null_gen()
520 struct dm_crypt_request *dmreq, u8 *data) in crypt_iv_lmk_one()
547 struct dm_crypt_request *dmreq) in crypt_iv_lmk_gen()
563 struct dm_crypt_request *dmreq) in crypt_iv_lmk_post()
641 struct dm_crypt_request *dmreq, u8 *data) in crypt_iv_tcw_whitening()
665 struct dm_crypt_request *dmreq) in crypt_iv_tcw_gen()
690 struct dm_crypt_request *dmreq) in crypt_iv_tcw_post()
708 struct dm_crypt_request *dmreq) in crypt_iv_random_gen()
732 struct dm_crypt_request *dmreq) in crypt_iv_eboiv_gen()
937 static int crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) in crypt_iv_elephant()
1011 struct dm_crypt_request *dmreq) in crypt_iv_elephant_gen()
1025 struct dm_crypt_request *dmreq) in crypt_iv_elephant_post()
1223 static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc, in dmreq_of_req()
1226 return (struct dm_crypt_request *)((char *)req + cc->dmreq_start); in dmreq_of_req()
1229 static void *req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) in req_of_dmreq()
1235 struct dm_crypt_request *dmreq) in iv_of_dmreq()
1246 struct dm_crypt_request *dmreq) in org_iv_of_dmreq()
1252 struct dm_crypt_request *dmreq) in org_sector_of_dmreq()
1260 struct dm_crypt_request *dmreq) in org_tag_of_dmreq()
1269 struct dm_crypt_request *dmreq) in tag_from_dmreq()
1279 struct dm_crypt_request *dmreq) in iv_tag_from_dmreq()
1291 struct dm_crypt_request *dmreq; in crypt_convert_block_aead()
1394 struct dm_crypt_request *dmreq; in crypt_convert_block_skcipher()
2203 struct dm_crypt_request *dmreq = data; in kcryptd_async_done()
3280 cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); in crypt_ctr()
3284 iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) in crypt_ctr()
3296 additional_req_size = sizeof(struct dm_crypt_request) + in crypt_ctr()