Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-ccm.c162 struct nx_sg *nx_outsg = nx_ctx->out_sg; in generate_pat() local
241 nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len, in generate_pat()
251 nx_ctx->op.outlen = (nx_ctx->out_sg - nx_outsg) * in generate_pat()
H A Dnx.c270 struct nx_sg *nx_outsg = nx_ctx->out_sg; in nx_build_sg_lists() local
283 nx_outsg = nx_walk_and_build(nx_outsg, max_sg_len, dst, in nx_build_sg_lists()
295 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()