Searched refs:dst_hook (Results 1 – 1 of 1) sorted by relevance
1018 struct buffer_desc dst_hook; in ablk_perform() local1024 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, in ablk_perform()1028 req_ctx->dst = dst_hook.next; in ablk_perform()1029 crypt->dst_buf = dst_hook.phys_next; in ablk_perform()1151 struct buffer_desc dst_hook; in aead_perform() local1157 &dst_hook, flags, DMA_FROM_DEVICE); in aead_perform()1158 req_ctx->dst = dst_hook.next; in aead_perform()1159 crypt->dst_buf = dst_hook.phys_next; in aead_perform()