Searched refs:testlimit (Results 1 – 1 of 1) sorted by relevance
361 int PTW_computeKey(PTW_attackstate * state, uint8_t * keybuf, int keylen, int testlimit) { in PTW_computeKey() argument369 onestrong = (testlimit/10)*2; in PTW_computeKey()370 twostrong = (testlimit/10)*1; in PTW_computeKey()371 simple = testlimit - onestrong - twostrong; in PTW_computeKey()