- BackdropWebTestCase::backdropGetToken in core/
modules/ simpletest/ backdrop_web_test_case.php - Generate a token for the currently logged in user.
- backdrop_generate_test_ua in core/
includes/ bootstrap.inc - Generates a user agent string with a HMAC and timestamp for simpletest.
- backdrop_get_token in core/
includes/ common.inc - Generates a token based on $value, the user session, and the private key.
- backdrop_valid_test_ua in core/
includes/ bootstrap.inc - Returns the test prefix if this is an internal request from SimpleTest.
- drupal_hmac_base64 in core/
includes/ drupal.inc - Calculates a base-64 encoded, URL-safe sha-256 hmac.
- file_ajax_upload in core/
modules/ file/ file.module - Ajax callback: Processes file uploads and deletions.
- file_field_widget_process in core/
modules/ file/ file.field.inc - Render API callback: Processes a file_generic field element.
- file_get_download_token in core/
modules/ file/ file.module - file_managed_file_process in core/
modules/ file/ file.module - Render API callback: Expands the managed_file element type.
- file_managed_file_value in core/
modules/ file/ file.module - Render API callback: Determines the value for a managed_file type element.
- filter_editor_dialog_token in core/
modules/ filter/ filter.module - Generate a URL token for checking access to an editor dialog.
- user_pass_rehash in core/
modules/ user/ user.module - Creates a unique hash value for use in time-dependent per-user URLs.
- _telemetry_site_key in core/
modules/ telemetry/ telemetry.module - Get an anonymous, unique identifier for this site.
- _update_process_fetch_task in core/
modules/ update/ update.fetch.inc - Processes a task to fetch available update data for a single project.