Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.h59 unsigned int xori; /* xor index */ member
H A Dws.c506 enc->xori = 0; in ws_enc_reset()
625 enc->xori = 0; in ws_enc_write_head()
658 unsigned char c = buf[i] ^ enc->mask[enc->xori]; in ws_enc_write_payload()
665 enc->xori++; in ws_enc_write_payload()
666 enc->xori &= 3; in ws_enc_write_payload()

Completed in 8 milliseconds