Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c46 } rc4state; typedef
135 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() local
226 rc4init(keybuf, keylen+IVBYTES, &rc4state); in correct()
228 if ((rc4update(&rc4state) ^ state->sessions[i].keystream[j]) != 0) { in correct()