constant DRUPAL_HASH_LENGTH

The expected (and maximum) number of characters in a hashed password.

2 uses of DRUPAL_HASH_LENGTH
user_needs_new_hash in drupal/includes/password.inc
Check whether a user's hashed password needs to be replaced with a new hash.
_password_crypt in drupal/includes/password.inc
Hash a password using a secure stretched hash.

File

drupal/includes/password.inc, line 36
Secure password hashing functions for user authentication.

Code

define('DRUPAL_HASH_LENGTH', 55);