12 calls to drupal_random_key()

drupal_get_private_key in drupal/includes/common.inc
Ensures the private key variable used to generate tokens is set.
drupal_prepare_form in drupal/includes/form.inc
Prepares a structured form array.
drupal_rebuild_form in drupal/includes/form.inc
Constructs a new $form from the information in $form_state.
drupal_session_initialize in drupal/includes/session.inc
Initializes the session handler, starting a session if needed.
drupal_session_regenerate in drupal/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
form_get_cache in drupal/includes/form.inc
Fetches a form from cache.
install_settings_form_submit in drupal/includes/install.core.inc
Form submission handler for install_settings_form().
openid_test_install in drupal/modules/openid/tests/openid_test.install
Implements hook_install().
system_install in drupal/modules/system/system.install
Implements hook_install().
system_update_7001 in drupal/modules/system/system.install
Generate a cron key and save it in the variables table.
user_pass_rehash in drupal/modules/user/user.module
Creates a unique hash value for use in time-dependent per-user URLs.
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.