crypt2             84 tools/pakwif.c unsigned char crypt2[513] = {
crypt2            174 tools/pakwif.c 	    cbuf[i] = ((unsigned char*)buf)[i+rtot] ^ crypt1[c1++] ^ crypt2[c2++];
crypt2            211 tools/pakwif.c 	    ((unsigned char*)buf)[i+rtot] = ((unsigned char*)cbuf)[i] ^ crypt1[c1++] ^ crypt2[c2++];