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

/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c162 int current_iterations = 0; local
187 while (current_iterations <= kMaxIterationCount) {
204 ++current_iterations;
222 if (current_iterations > 0) {
231 retval2 = asprintf(&wt, "%d", kWaitSeconds * current_iterations);

Completed in 75 milliseconds