Searched refs:srounds (Results 1 – 1 of 1) sorted by relevance
550 unsigned long int srounds = strtoul (num, &endp, 10); in shacrypt() local553 if (srounds > ROUNDS_MAX) in shacrypt()555 else if (srounds < ROUNDS_MIN) in shacrypt()558 rounds = (unsigned int)srounds; in shacrypt()