Lines Matching refs:dm_crypt_request

84 struct dm_crypt_request {  struct
100 struct dm_crypt_request *dmreq); argument
102 struct dm_crypt_request *dmreq);
311 struct dm_crypt_request *dmreq) in crypt_iv_plain_gen()
320 struct dm_crypt_request *dmreq) in crypt_iv_plain64_gen()
329 struct dm_crypt_request *dmreq) in crypt_iv_plain64be_gen()
339 struct dm_crypt_request *dmreq) in crypt_iv_essiv_gen()
386 struct dm_crypt_request *dmreq) in crypt_iv_benbi_gen()
399 struct dm_crypt_request *dmreq) in crypt_iv_null_gen()
475 struct dm_crypt_request *dmreq, in crypt_iv_lmk_one()
523 struct dm_crypt_request *dmreq) in crypt_iv_lmk_gen()
541 struct dm_crypt_request *dmreq) in crypt_iv_lmk_post()
632 struct dm_crypt_request *dmreq, in crypt_iv_tcw_whitening()
670 struct dm_crypt_request *dmreq) in crypt_iv_tcw_gen()
696 struct dm_crypt_request *dmreq) in crypt_iv_tcw_post()
715 struct dm_crypt_request *dmreq) in crypt_iv_random_gen()
740 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()
1259 struct dm_crypt_request *dmreq) in org_tag_of_dmreq()
1267 struct dm_crypt_request *dmreq) in tag_from_dmreq()
1277 struct dm_crypt_request *dmreq) in iv_tag_from_dmreq()
1289 struct dm_crypt_request *dmreq; in crypt_convert_block_aead()
1386 struct dm_crypt_request *dmreq; in crypt_convert_block_skcipher()
2156 struct dm_crypt_request *dmreq = async_req->data; in kcryptd_async_done()
3221 cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request)); in crypt_ctr()
3225 iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request)) in crypt_ctr()
3237 additional_req_size = sizeof(struct dm_crypt_request) + in crypt_ctr()