Searched refs:nx_insg (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 176 struct nx_sg *nx_insg = nx_ctx->in_sg; in generate_pat() local 251 nx_insg = nx_build_sg_list(nx_insg, b1, &len, nx_ctx->ap->sglen); in generate_pat() 264 nx_ctx->op.inlen = (nx_ctx->in_sg - nx_insg) * in generate_pat() 297 nx_insg = nx_walk_and_build(nx_ctx->in_sg, in generate_pat() 311 nx_ctx->op_aead.inlen = (nx_ctx->in_sg - nx_insg) * in generate_pat()
|
D | nx.c | 280 struct nx_sg *nx_insg = nx_ctx->in_sg; in nx_build_sg_lists() local 296 nx_insg = nx_walk_and_build(nx_insg, max_sg_len, src, in nx_build_sg_lists() 305 nx_ctx->op.inlen = trim_sg_list(nx_ctx->in_sg, nx_insg, delta, nbytes); in nx_build_sg_lists()
|