Searched refs:srounds (Results 1 – 1 of 1) sorted by relevance
549 unsigned long int srounds = strtoul (num, &endp, 10); in shacrypt() local552 if (srounds > ROUNDS_MAX) in shacrypt()554 else if (srounds < ROUNDS_MIN) in shacrypt()557 rounds = (unsigned int)srounds; in shacrypt()
Completed in 6 milliseconds