Lines Matching refs:dm_crypt_request

87 struct dm_crypt_request {  struct
103 struct dm_crypt_request *dmreq); argument
105 struct dm_crypt_request *dmreq);
314 struct dm_crypt_request *dmreq) in crypt_iv_plain_gen()
323 struct dm_crypt_request *dmreq) in crypt_iv_plain64_gen()
332 struct dm_crypt_request *dmreq) in crypt_iv_plain64be_gen()
342 struct dm_crypt_request *dmreq) in crypt_iv_essiv_gen()
389 struct dm_crypt_request *dmreq) in crypt_iv_benbi_gen()
402 struct dm_crypt_request *dmreq) in crypt_iv_null_gen()
478 struct dm_crypt_request *dmreq, in crypt_iv_lmk_one()
526 struct dm_crypt_request *dmreq) in crypt_iv_lmk_gen()
544 struct dm_crypt_request *dmreq) in crypt_iv_lmk_post()
635 struct dm_crypt_request *dmreq, in crypt_iv_tcw_whitening()
673 struct dm_crypt_request *dmreq) in crypt_iv_tcw_gen()
699 struct dm_crypt_request *dmreq) in crypt_iv_tcw_post()
718 struct dm_crypt_request *dmreq) in crypt_iv_random_gen()
743 struct dm_crypt_request *dmreq) in crypt_iv_eboiv_gen()
940 static int crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq) in crypt_iv_elephant()
1014 struct dm_crypt_request *dmreq) in crypt_iv_elephant_gen()
1028 struct dm_crypt_request *dmreq) in crypt_iv_elephant_post()
1226 static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc, in dmreq_of_req()
1229 return (struct dm_crypt_request *)((char *)req + cc->dmreq_start); in dmreq_of_req()
1232 static void *req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) in req_of_dmreq()
1238 struct dm_crypt_request *dmreq) in iv_of_dmreq()
1249 struct dm_crypt_request *dmreq) in org_iv_of_dmreq()
1255 struct dm_crypt_request *dmreq) in org_sector_of_dmreq()
1262 struct dm_crypt_request *dmreq) in org_tag_of_dmreq()
1270 struct dm_crypt_request *dmreq) in tag_from_dmreq()
1280 struct dm_crypt_request *dmreq) in iv_tag_from_dmreq()
1292 struct dm_crypt_request *dmreq; in crypt_convert_block_aead()
1392 struct dm_crypt_request *dmreq; in crypt_convert_block_skcipher()
2153 struct dm_crypt_request *dmreq = async_req->data; in kcryptd_async_done()
3223 cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); in crypt_ctr()
3227 iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) in crypt_ctr()
3239 additional_req_size = sizeof(struct dm_crypt_request) + in crypt_ctr()