ROUNDS_MIN        384 standard/crypt_sha256.c 			rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));
ROUNDS_MIN        418 standard/crypt_sha512.c 			rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));