Searched refs:xorIndex (Results 1 – 2 of 2) sorted by relevance
51 unsigned char xorIndex; in ares__rc4() local64 xorIndex = (unsigned char)((state[x] + state[y]) % 256); in ares__rc4()66 buffer_ptr[counter] = (unsigned char)(buffer_ptr[counter]^state[xorIndex]); in ares__rc4()
682 buffer_ptr[counter] ^= state[xorIndex]; (ares_query.c:62)