Home
last modified time | relevance | path

Searched refs:t (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dcrc.cpp266 unsigned short i,j,t,x; in P_RC4() local
292 t = (S[i] + (S[j] % 256)) % 256; in P_RC4()
293 buf[x] = buf[x] ^ S[t]; in P_RC4()