14 calls to Crypt::hmacBase64() in Zircon Profile 8
- CryptTest::testHmacBase64 in core/
tests/ Drupal/ Tests/ Component/ Utility/ CryptTest.php - Tests HMAC generation.
- CryptTest::testHmacBase64Invalid in core/
tests/ Drupal/ Tests/ Component/ Utility/ CryptTest.php - Tests the hmacBase64 method with invalid parameters.
- CsrfTokenGenerator::computeToken in core/
lib/ Drupal/ Core/ Access/ CsrfTokenGenerator.php - Generates a token based on $value, the token seed, and the private key.
- drupal_generate_test_ua in core/
includes/ bootstrap.inc - Generates a user agent string with a HMAC and timestamp for simpletest.
- drupal_valid_test_ua in core/
includes/ bootstrap.inc - Returns the test prefix if this is an internal request from SimpleTest.
- EntityAutocomplete::processEntityAutocomplete in core/
lib/ Drupal/ Core/ Entity/ Element/ EntityAutocomplete.php - Adds entity autocomplete functionality to a form element.
- EntityAutocompleteController::handleAutocomplete in core/
modules/ system/ src/ Controller/ EntityAutocompleteController.php - Autocomplete the label of an entity.
- EntityAutocompleteTest::getAutocompleteResult in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Returns the result of an Entity reference autocomplete request.
- EntityAutocompleteTest::testSelectionSettingsHandling in core/
modules/ system/ src/ Tests/ Entity/ EntityAutocompleteTest.php - Tests that missing or invalid selection setting key are handled correctly.
- ImageStyle::getPathToken in core/
modules/ image/ src/ Entity/ ImageStyle.php - Generates a token to protect an image style derivative.
- ImageStyleTest::testGetPathToken in core/
modules/ image/ tests/ src/ Unit/ ImageStyleTest.php - @covers ::getPathToken
- rebuild.php in core/
rebuild.php - Rebuilds all Drupal caches even when Drupal itself does not work.
- UpdateProcessor::processFetchTask in core/
modules/ update/ src/ UpdateProcessor.php - Processes a task to fetch available update data for a single project.
- user_pass_rehash in core/
modules/ user/ user.module - Creates a unique hash value for use in time-dependent per-user URLs.