Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dcrc.cpp265 unsigned char S[256],K[256],temp; in P_RC4() local
280 temp = S[i]; in P_RC4()
282 S[j] = temp; in P_RC4()
289 temp = S[i]; in P_RC4()
291 S[j] = temp; in P_RC4()