Lines Matching refs:dm_crypt_request

96 struct dm_crypt_request {  struct
112 struct dm_crypt_request *dmreq); argument
114 struct dm_crypt_request *dmreq);
350 struct dm_crypt_request *dmreq) in crypt_iv_plain_gen()
359 struct dm_crypt_request *dmreq) in crypt_iv_plain64_gen()
368 struct dm_crypt_request *dmreq) in crypt_iv_plain64be_gen()
378 struct dm_crypt_request *dmreq) in crypt_iv_essiv_gen()
426 struct dm_crypt_request *dmreq) in crypt_iv_benbi_gen()
439 struct dm_crypt_request *dmreq) in crypt_iv_null_gen()
515 struct dm_crypt_request *dmreq, in crypt_iv_lmk_one()
563 struct dm_crypt_request *dmreq) in crypt_iv_lmk_gen()
581 struct dm_crypt_request *dmreq) in crypt_iv_lmk_post()
661 struct dm_crypt_request *dmreq, u8 *data) in crypt_iv_tcw_whitening()
685 struct dm_crypt_request *dmreq) in crypt_iv_tcw_gen()
710 struct dm_crypt_request *dmreq) in crypt_iv_tcw_post()
728 struct dm_crypt_request *dmreq) in crypt_iv_random_gen()
752 struct dm_crypt_request *dmreq) in crypt_iv_eboiv_gen()
957 static int crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) in crypt_iv_elephant()
1031 struct dm_crypt_request *dmreq) in crypt_iv_elephant_gen()
1045 struct dm_crypt_request *dmreq) in crypt_iv_elephant_post()
1243 static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc, in dmreq_of_req()
1246 return (struct dm_crypt_request *)((char *)req + cc->dmreq_start); in dmreq_of_req()
1249 static void *req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) in req_of_dmreq()
1255 struct dm_crypt_request *dmreq) in iv_of_dmreq()
1266 struct dm_crypt_request *dmreq) in org_iv_of_dmreq()
1272 struct dm_crypt_request *dmreq) in org_sector_of_dmreq()
1280 struct dm_crypt_request *dmreq) in org_tag_of_dmreq()
1289 struct dm_crypt_request *dmreq) in tag_from_dmreq()
1299 struct dm_crypt_request *dmreq) in iv_tag_from_dmreq()
1311 struct dm_crypt_request *dmreq; in crypt_convert_block_aead()
1414 struct dm_crypt_request *dmreq; in crypt_convert_block_skcipher()
2223 struct dm_crypt_request *dmreq = data; in kcryptd_async_done()
3300 cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); in crypt_ctr()
3304 iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) in crypt_ctr()
3316 additional_req_size = sizeof(struct dm_crypt_request) + in crypt_ctr()