Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_query.c47 unsigned char xorIndex; in rc4() local
60 xorIndex = (unsigned char)((state[x] + state[y]) % 256); in rc4()
62 buffer_ptr[counter] = (unsigned char)(buffer_ptr[counter]^state[xorIndex]); in rc4()
DCHANGES.0682 buffer_ptr[counter] ^= state[xorIndex]; (ares_query.c:62)