Searched refs:nx_outsg (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ccm.c180 struct nx_sg *nx_outsg = nx_ctx->out_sg; generate_pat() local
259 nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len, generate_pat()
269 nx_ctx->op.outlen = (nx_ctx->out_sg - nx_outsg) * generate_pat()
H A Dnx.c282 struct nx_sg *nx_outsg = nx_ctx->out_sg; nx_build_sg_lists() local
295 nx_outsg = nx_walk_and_build(nx_outsg, max_sg_len, dst, nx_build_sg_lists()
307 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); nx_build_sg_lists()

Completed in 90 milliseconds