13 calls to user_pass_rehash()

StatisticsAdminTestCase::testDeleteUser in drupal/modules/statistics/statistics.test
Tests that accesslog reflects when a user is deleted.
UserCancelTestCase::testUserAnonymize in drupal/modules/user/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in drupal/modules/user/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in drupal/modules/user/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in drupal/modules/user/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in drupal/modules/user/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in drupal/modules/user/user.test
Delete account and remove all content.
UserPasswordResetTestCase::testResetImpersonation in drupal/modules/user/user.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTestCase::testUserPasswordResetExpired in drupal/modules/user/user.test
Attempts login using an expired password reset link.
user_cancel_confirm in drupal/modules/user/user.pages.inc
Menu callback; Cancel a user account via e-mail confirmation link.
user_cancel_url in drupal/modules/user/user.module
Generates a URL to confirm an account cancellation request.
user_pass_reset in drupal/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_reset_url in drupal/modules/user/user.module
Generates a unique URL for a user to login and reset their password.