Searched refs:PTW_computeKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd/tools/tools/net80211/wesside/wesside/ |
| H A D | aircrack-ptw-lib.h | 82 int PTW_computeKey(PTW_attackstate *, uint8_t *, int, int);
|
| H A D | aircrack-ptw-lib.c | 361 int PTW_computeKey(PTW_attackstate * state, uint8_t * keybuf, int keylen, int testlimit) { in PTW_computeKey() function
|
| H A D | wesside.c | 2112 if(PTW_computeKey(ptw, key, 13, KEYLIMIT) == 1) { in do_crack() 2116 if(PTW_computeKey(ptw, key, 5, KEYLIMIT/10) == 1) { in do_crack()
|