Searched refs:strongbytes (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | aircrack-ptw-lib.c | 283 …earchborders, uint8_t * key, int keylen, PTW_attackstate * state, uint8_t sum, int * strongbytes) { in doRound() argument 288 } else if (strongbytes[keybyte] == 1) { in doRound() 294 …byte+1, fixat, fixvalue, searchborders, key, keylen, state, (256-tmp+sum)%256, strongbytes) == 1) { in doRound() 302 …sortedtable, keybyte+1, fixat, fixvalue, searchborders, key, keylen, state, fixvalue, strongbytes); in doRound() 306 …fixat, fixvalue, searchborders, key, keylen, state, sortedtable[keybyte][i].b, strongbytes) == 1) { in doRound() 317 … * key, int keylen, PTW_tableentry table[][n], sorthelper * sh2, int * strongbytes, int keylimit) { in doComputation() argument 325 if (strongbytes[i] == 1) { in doComputation() 337 if (doRound(table, 0, fixat, fixvalue, choices, key, keylen, state, 0, strongbytes) == 1) { in doComputation() 351 } while (strongbytes[sh2[i].keybyte] == 1); in doComputation() 362 int strongbytes[KEYHSBYTES]; in PTW_computeKey() local [all …]
|