Searched refs:ROUNDS_MIN (Results 1 – 4 of 4) sorted by relevance
174 #define ROUNDS_MIN 1000 macro230 if (u < ROUNDS_MIN) in sha256crypt()231 r = ROUNDS_MIN; in sha256crypt()
195 #define ROUNDS_MIN 1000 macro252 if (u < ROUNDS_MIN) in sha512crypt()253 r = ROUNDS_MIN; in sha512crypt()
505 # define ROUNDS_MIN 1000 in shacrypt() macro555 else if (srounds < ROUNDS_MIN) in shacrypt()556 rounds = ROUNDS_MIN; in shacrypt()