Searched refs:t (Results 1 – 1 of 1) sorted by relevance
266 unsigned short i,j,t,x; in P_RC4() local292 t = (S[i] + (S[j] % 256)) % 256; in P_RC4()293 buf[x] = buf[x] ^ S[t]; in P_RC4()