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