rtot              159 tools/pakwif.c     int r, rtot, start, towr, i, c1, c2;
rtot              162 tools/pakwif.c     rtot = 0;
rtot              174 tools/pakwif.c 	    cbuf[i] = ((unsigned char*)buf)[i+rtot] ^ crypt1[c1++] ^ crypt2[c2++];
rtot              185 tools/pakwif.c 	rtot += r;
rtot              189 tools/pakwif.c     return rtot;
rtot              195 tools/pakwif.c     int r, rtot, start, towr, i, c1, c2;
rtot              198 tools/pakwif.c     rtot = 0;
rtot              211 tools/pakwif.c 	    ((unsigned char*)buf)[i+rtot] = ((unsigned char*)cbuf)[i] ^ crypt1[c1++] ^ crypt2[c2++];
rtot              219 tools/pakwif.c 	rtot += r;
rtot              231 tools/pakwif.c     return rtot;