nx_outsg          165 drivers/crypto/nx/nx-aes-ccm.c 	struct nx_sg *nx_outsg = nx_ctx->out_sg;
nx_outsg          244 drivers/crypto/nx/nx-aes-ccm.c 		nx_outsg = nx_build_sg_list(nx_outsg, tmp, &len,
nx_outsg          254 drivers/crypto/nx/nx-aes-ccm.c 		nx_ctx->op.outlen = (nx_ctx->out_sg - nx_outsg) *
nx_outsg          269 drivers/crypto/nx/nx.c 	struct nx_sg *nx_outsg = nx_ctx->out_sg;
nx_outsg          282 drivers/crypto/nx/nx.c 	nx_outsg = nx_walk_and_build(nx_outsg, max_sg_len, dst,
nx_outsg          294 drivers/crypto/nx/nx.c 	nx_ctx->op.outlen = trim_sg_list(nx_ctx->out_sg, nx_outsg, delta, nbytes);