Searched refs:loopsSlow (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c138 unsigned loopsSlow = LOOPS_DEF_SLOW; local
180 loopsSlow = atoi(&argp[2]);
201 if(loopsSlow > maxLoops) {
202 maxLoops = loopsSlow;
211 if(loopsSlow > (maxLoops / 4)) {
216 numEllGiants = loopsSlow * 2;
217 numEllPoints = loopsSlow * 2;
254 keyArray = fmalloc(sizeof(feePubKey) * loopsSlow);
428 genRandGiants(giants, loopsSlow, basePrimeLen, rand);
430 for(i=0; i<loopsSlow;
[all...]

Completed in 66 milliseconds