Searched refs:nx_outsg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 165 struct nx_sg *nx_outsg = nx_ctx->out_sg; in generate_pat() local 244 nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len, in generate_pat() 254 nx_ctx->op.outlen = (nx_ctx->out_sg - nx_outsg) * in generate_pat()
|
H A D | nx.c | 269 struct nx_sg *nx_outsg = nx_ctx->out_sg; in nx_build_sg_lists() local 282 nx_outsg = nx_walk_and_build(nx_outsg, max_sg_len, dst, in nx_build_sg_lists() 294 nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes); in nx_build_sg_lists()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-ccm.c | 162 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 D | nx.c | 270 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()
|
Completed in 5 milliseconds