Searched refs:xorIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/keyserv/
H A Dcrypt_server.c115 unsigned char xorIndex; local
128 xorIndex = (state[x] + state[y]) % 256;
130 buffer_ptr[counter] ^= state[xorIndex];

Completed in 166 milliseconds