DRUPAL_MIN_HASH_COUNT

in includes/password.inc

The minimum allowed log2 number of iterations for password stretching.

<?php
define('DRUPAL_MIN_HASH_COUNT', 7);
?>