Searched refs:sorthelper (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tools/tools/net80211/wesside/wesside/ |
| H A D | aircrack-ptw-lib.c | 54 } sorthelper; typedef 167 sorthelper * a = (sorthelper * ) ina; in comparesorthelper() 168 sorthelper * b = (sorthelper * ) inb; in comparesorthelper() 317 …ckstate * state, uint8_t * key, int keylen, PTW_tableentry table[][n], sorthelper * sh2, int * str… in doComputation() 386 sorthelper (* sh)[n-1] = alloca(sizeof(sorthelper) * (n-1) * keylen); in PTW_computeKey() 400 qsort(sh, (n-1)*keylen, sizeof(sorthelper), &comparesorthelper); in PTW_computeKey() 403 if (doComputation(state, keybuf, keylen, table, (sorthelper *) sh, strongbytes, simple)) { in PTW_computeKey() 415 if (doComputation(state, keybuf, keylen, table, (sorthelper *) sh, strongbytes, onestrong)) { in PTW_computeKey() 421 if (doComputation(state, keybuf, keylen, table, (sorthelper *) sh, strongbytes, twostrong)) { in PTW_computeKey()
|