Searched refs:req_aead (Results 1 – 1 of 1) sorted by relevance
69 struct aead_request *req_aead; member1493 if (!ctx->r.req_aead) { in crypt_alloc_req_aead()1494 ctx->r.req_aead = mempool_alloc(&cc->req_pool, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in crypt_alloc_req_aead()1495 if (!ctx->r.req_aead) in crypt_alloc_req_aead()1499 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_req_aead()1505 aead_request_set_callback(ctx->r.req_aead, in crypt_alloc_req_aead()1507 kcryptd_async_done, dmreq_of_req(cc, ctx->r.req_aead)); in crypt_alloc_req_aead()1575 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, ctx->tag_offset); in crypt_convert()3523 io->ctx.r.req_aead = (struct aead_request *)(io + 1); in crypt_map()