Lines Matching refs:dm_crypt_request

83 struct dm_crypt_request {  struct
99 struct dm_crypt_request *dmreq); argument
101 struct dm_crypt_request *dmreq);
310 struct dm_crypt_request *dmreq) in crypt_iv_plain_gen()
319 struct dm_crypt_request *dmreq) in crypt_iv_plain64_gen()
328 struct dm_crypt_request *dmreq) in crypt_iv_plain64be_gen()
338 struct dm_crypt_request *dmreq) in crypt_iv_essiv_gen()
385 struct dm_crypt_request *dmreq) in crypt_iv_benbi_gen()
398 struct dm_crypt_request *dmreq) in crypt_iv_null_gen()
474 struct dm_crypt_request *dmreq, in crypt_iv_lmk_one()
522 struct dm_crypt_request *dmreq) in crypt_iv_lmk_gen()
540 struct dm_crypt_request *dmreq) in crypt_iv_lmk_post()
631 struct dm_crypt_request *dmreq, in crypt_iv_tcw_whitening()
669 struct dm_crypt_request *dmreq) in crypt_iv_tcw_gen()
695 struct dm_crypt_request *dmreq) in crypt_iv_tcw_post()
714 struct dm_crypt_request *dmreq) in crypt_iv_random_gen()
739 struct dm_crypt_request *dmreq) in crypt_iv_eboiv_gen()
936 static int crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) in crypt_iv_elephant()
1010 struct dm_crypt_request *dmreq) in crypt_iv_elephant_gen()
1024 struct dm_crypt_request *dmreq) in crypt_iv_elephant_post()
1222 static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc, in dmreq_of_req()
1225 return (struct dm_crypt_request *)((char *)req + cc->dmreq_start); in dmreq_of_req()
1228 static void *req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) in req_of_dmreq()
1234 struct dm_crypt_request *dmreq) in iv_of_dmreq()
1245 struct dm_crypt_request *dmreq) in org_iv_of_dmreq()
1251 struct dm_crypt_request *dmreq) in org_sector_of_dmreq()
1258 struct dm_crypt_request *dmreq) in org_tag_of_dmreq()
1266 struct dm_crypt_request *dmreq) in tag_from_dmreq()
1276 struct dm_crypt_request *dmreq) in iv_tag_from_dmreq()
1288 struct dm_crypt_request *dmreq; in crypt_convert_block_aead()
1385 struct dm_crypt_request *dmreq; in crypt_convert_block_skcipher()
2025 struct dm_crypt_request *dmreq = async_req->data; in kcryptd_async_done()
3065 cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); in crypt_ctr()
3069 iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) in crypt_ctr()
3081 additional_req_size = sizeof(struct dm_crypt_request) + in crypt_ctr()