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