Searched refs:ROUNDS_MAX (Results 1 – 4 of 4) sorted by relevance
175 #define ROUNDS_MAX 9999999 macro232 else if (u > ROUNDS_MAX) in sha256crypt()
196 #define ROUNDS_MAX 9999999 macro254 else if (u > ROUNDS_MAX) in sha512crypt()
507 # define ROUNDS_MAX 999999999 in shacrypt() macro553 if (srounds > ROUNDS_MAX) in shacrypt()554 rounds = ROUNDS_MAX; in shacrypt()