7 calls to user_hash_password()

install.php in ./install.php
This is the initial installation file for FlightPath.
install_perform_install in ./install.php
Actually performs the installation of FlightPath
user.module in modules/user/user.module
user.student.inc in modules/user/user.student.inc
Keep track of functions dealing specifically with student user management
user_edit_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.