Home
last modified time | relevance | path

Searched refs:req_aead (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-crypt.c64 struct aead_request *req_aead; member
1509 if (!ctx->r.req_aead) { in crypt_alloc_req_aead()
1510 ctx->r.req_aead = mempool_alloc(&cc->req_pool, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in crypt_alloc_req_aead()
1511 if (!ctx->r.req_aead) in crypt_alloc_req_aead()
1515 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_req_aead()
1521 aead_request_set_callback(ctx->r.req_aead, in crypt_alloc_req_aead()
1523 kcryptd_async_done, dmreq_of_req(cc, ctx->r.req_aead)); in crypt_alloc_req_aead()
1591 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, ctx->tag_offset); in crypt_convert()
3496 io->ctx.r.req_aead = (struct aead_request *)(io + 1); in crypt_map()