Searched refs:xorIndex (Results 1 – 1 of 1) sorted by relevance
70 unsigned char xorIndex; in rc4() local89 xorIndex = (state[x] + state[y]) % 256; in rc4()91 buffer_ptr[counter] ^= state[xorIndex]; in rc4()