Searched refs:rc4state (Results 1 – 1 of 1) sorted by relevance
46 } rc4state; typedef135 static void rc4init ( uint8_t * key, int keylen, rc4state * state) { in rc4init()152 static uint8_t rc4update(rc4state * state) { in rc4update()221 rc4state rc4state; in correct() local226 rc4init(keybuf, keylen+IVBYTES, &rc4state); in correct()228 if ((rc4update(&rc4state) ^ state->sessions[i].keystream[j]) != 0) { in correct()