nx_dst            148 drivers/crypto/nx/nx.c struct nx_sg *nx_walk_and_build(struct nx_sg       *nx_dst,
nx_dst            155 drivers/crypto/nx/nx.c 	struct nx_sg *nx_sg = nx_dst;
nx_dst            174 drivers/crypto/nx/nx.c 	while (len && (nx_sg - nx_dst) < sglen) {
nx_dst            184 drivers/crypto/nx/nx.c 		nx_sg = nx_build_sg_list(nx_sg, dst, &n, sglen - (nx_sg - nx_dst));