Home
last modified time | relevance | path

Searched refs:hashService (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/ViewHelpers/Form/
H A DUploadedResourceViewHelper.php39 protected $hashService; variable in TYPO3\\CMS\\Form\\ViewHelpers\\Form\\UploadedResourceViewHelper
47 * @param HashService $hashService
50 public function injectHashService(HashService $hashService) argument
52 $this->hashService = $hashService;
102 … '[submittedFile][resourcePointer]" value="' . htmlspecialchars($this->hashService->appendHmac((st…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/ViewHelpers/Form/
H A DUploadedResourceViewHelper.php39 protected $hashService; variable in TYPO3\\CMS\\Form\\ViewHelpers\\Form\\UploadedResourceViewHelper
47 * @param HashService $hashService
50 public function injectHashService(HashService $hashService) argument
52 $this->hashService = $hashService;
102 … '[submittedFile][resourcePointer]" value="' . htmlspecialchars($this->hashService->appendHmac((st…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/ViewHelpers/Form/
H A DUploadedResourceViewHelper.php36 protected $hashService; variable in TYPO3\\CMS\\Form\\ViewHelpers\\Form\\UploadedResourceViewHelper
44 * @param HashService $hashService
47 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
49 $this->hashService = $hashService;
99 … '[submittedFile][resourcePointer]" value="' . htmlspecialchars($this->hashService->appendHmac((st…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Web/
H A DRequest.php25 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Web\\Request
66 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
68 $this->hashService = $hashService;
190 …$referrerArray = unserialize($this->hashService->validateAndStripHmac($this->internalArguments['__…
194 …$arguments = unserialize(base64_decode($this->hashService->validateAndStripHmac($this->internalArg…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DMvcPropertyMappingConfigurationService.php52 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\MvcPropertyMappingConfigurationService
57 public function injectHashService(HashService $hashService) argument
59 $this->hashService = $hashService;
121 return $this->hashService->appendHmac($serializedFormFieldArray);
140 … $serializedTrustedProperties = $this->hashService->validateAndStripHmac($trustedPropertiesToken);
H A DActionController.php86 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ActionController
280 * @param HashService $hashService
283 public function injectHashService(HashService $hashService) argument
285 $this->hashService = $hashService;
786 $this->hashService->validateAndStripHmac($referringRequestArguments['@request']),
792 … base64_decode($this->hashService->validateAndStripHmac($referringRequestArguments['arguments']))
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DMvcPropertyMappingConfigurationService.php52 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\MvcPropertyMappingConfigurationService
57 public function injectHashService(HashService $hashService) argument
59 $this->hashService = $hashService;
121 return $this->hashService->appendHmac($serializedFormFieldArray);
140 … $serializedTrustedProperties = $this->hashService->validateAndStripHmac($trustedPropertiesToken);
H A DActionController.php69 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\ActionController
242 * @param HashService $hashService
244 public function injectHashService(HashService $hashService) argument
246 $this->hashService = $hashService;
711 $this->hashService->validateAndStripHmac($referringRequestArguments['@request']),
717 … base64_decode($this->hashService->validateAndStripHmac($referringRequestArguments['arguments']))
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Controller/
H A DMvcPropertyMappingConfigurationService.php46 protected $hashService; variable in TYPO3\\CMS\\Extbase\\Mvc\\Controller\\MvcPropertyMappingConfigurationService
51 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
53 $this->hashService = $hashService;
115 return $this->hashService->appendHmac($serializedFormFieldArray);
134 … $serializedTrustedProperties = $this->hashService->validateAndStripHmac($trustedPropertiesToken);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/felogin/Classes/Configuration/
H A DRecoveryConfiguration.php76 * @param HashService $hashService
85 HashService $hashService argument
89 …his->forgotHash = $this->getLifeTimeTimestamp() . '|' . $this->generateHash($random, $hashService);
173 protected function generateHash(Random $random, HashService $hashService): string argument
177 return $hashService->generateHmac($randomString);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Configuration/
H A DRecoveryConfiguration.php76 * @param HashService $hashService
85 HashService $hashService argument
89 …his->forgotHash = $this->getLifeTimeTimestamp() . '|' . $this->generateHash($random, $hashService);
173 protected function generateHash(Random $random, HashService $hashService): string argument
177 return $hashService->generateHmac($randomString);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/Core/Widget/
H A DAjaxWidgetContextHolder.php46 protected $hashService; variable in TYPO3\\CMS\\Fluid\\Core\\Widget\\AjaxWidgetContextHolder
53 $this->hashService = GeneralUtility::makeInstance(HashService::class);
115 return $this->hashService->appendHmac($data);
124 $data = $this->hashService->validateAndStripHmac($data);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/Core/Widget/
H A DAjaxWidgetContextHolder.php50 protected $hashService; variable in TYPO3\\CMS\\Fluid\\Core\\Widget\\AjaxWidgetContextHolder
57 $this->hashService = GeneralUtility::makeInstance(HashService::class);
119 return $this->hashService->appendHmac($data);
128 $data = $this->hashService->validateAndStripHmac($data);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DUploadedFileReferenceConverter.php106 protected $hashService; variable in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\UploadedFileReferenceConverter
126 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
128 $this->hashService = $hashService;
160 …$resourcePointer = $this->hashService->validateAndStripHmac($source['submittedFile']['resourcePoin…
242 … ? (int)$this->hashService->validateAndStripHmac($uploadInfo['submittedFile']['resourcePointer'])
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DUploadedFileReferenceConverter.php112 protected $hashService; variable in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\UploadedFileReferenceConverter
132 public function injectHashService(HashService $hashService) argument
134 $this->hashService = $hashService;
166 …$resourcePointer = $this->hashService->validateAndStripHmac($source['submittedFile']['resourcePoin…
252 … ? (int)$this->hashService->validateAndStripHmac($uploadInfo['submittedFile']['resourcePointer'])
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/
H A DUploadedFileReferenceConverter.php112 protected $hashService; variable in TYPO3\\CMS\\Form\\Mvc\\Property\\TypeConverter\\UploadedFileReferenceConverter
132 public function injectHashService(HashService $hashService) argument
134 $this->hashService = $hashService;
166 …$resourcePointer = $this->hashService->validateAndStripHmac($source['submittedFile']['resourcePoin…
252 … ? (int)$this->hashService->validateAndStripHmac($uploadInfo['submittedFile']['resourcePointer'])
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/ViewHelpers/
H A DFormViewHelper.php69 protected $hashService; variable in TYPO3\\CMS\\Fluid\\ViewHelpers\\FormViewHelper
92 public function injectHashService(HashService $hashService) argument
94 $this->hashService = $hashService;
282 …Name('__referrer[arguments]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(bas…
283 …dName('__referrer[@request]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(jso…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid/Classes/ViewHelpers/
H A DFormViewHelper.php61 protected $hashService; variable in TYPO3\\CMS\\Fluid\\ViewHelpers\\FormViewHelper
84 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
86 $this->hashService = $hashService;
273 …Name('__referrer[arguments]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(bas…
274 …dName('__referrer[@request]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(ser…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/ViewHelpers/
H A DFormViewHelper.php70 protected $hashService; variable in TYPO3\\CMS\\Fluid\\ViewHelpers\\FormViewHelper
93 public function injectHashService(HashService $hashService) argument
95 $this->hashService = $hashService;
291 …Name('__referrer[arguments]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(bas…
292 …dName('__referrer[@request]')) . '" value="' . htmlspecialchars($this->hashService->appendHmac(jso…
/dports/www/firefox-esr/firefox-91.8.0/dom/webauthn/
H A DWebAuthnUtil.cpp418 nsCOMPtr<nsICryptoHash> hashService = in HashCString() local
424 srv = HashCString(hashService, aIn, aOut); in HashCString()
437 nsCOMPtr<nsICryptoHash> hashService = in BuildTransactionHashes() local
446 srv = HashCString(hashService, aRpId, aRpIdHash); in BuildTransactionHashes()
454 srv = HashCString(hashService, aClientDataJSON, aClientDataHash); in BuildTransactionHashes()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webauthn/
H A DWebAuthnUtil.cpp413 nsCOMPtr<nsICryptoHash> hashService = in HashCString() local
419 srv = HashCString(hashService, aIn, aOut); in HashCString()
432 nsCOMPtr<nsICryptoHash> hashService = in BuildTransactionHashes() local
441 srv = HashCString(hashService, aRpId, aRpIdHash); in BuildTransactionHashes()
449 srv = HashCString(hashService, aClientDataJSON, aClientDataHash); in BuildTransactionHashes()
/dports/www/firefox/firefox-99.0/dom/webauthn/
H A DWebAuthnUtil.cpp417 nsCOMPtr<nsICryptoHash> hashService = in HashCString() local
423 srv = HashCString(hashService, aIn, aOut); in HashCString()
436 nsCOMPtr<nsICryptoHash> hashService = in BuildTransactionHashes() local
445 srv = HashCString(hashService, aRpId, aRpIdHash); in BuildTransactionHashes()
453 srv = HashCString(hashService, aClientDataJSON, aClientDataHash); in BuildTransactionHashes()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webauthn/
H A DWebAuthnUtil.cpp418 nsCOMPtr<nsICryptoHash> hashService = in HashCString() local
424 srv = HashCString(hashService, aIn, aOut); in HashCString()
437 nsCOMPtr<nsICryptoHash> hashService = in BuildTransactionHashes() local
446 srv = HashCString(hashService, aRpId, aRpIdHash); in BuildTransactionHashes()
454 srv = HashCString(hashService, aClientDataJSON, aClientDataHash); in BuildTransactionHashes()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webauthn/
H A DWebAuthnManager.cpp287 nsCOMPtr<nsICryptoHash> hashService = in MakeCredential() local
294 srv = HashCString(hashService, rpId, rpIdHash); in MakeCredential()
374 srv = HashCString(hashService, clientDataJSON, clientDataHash); in MakeCredential()
505 nsCOMPtr<nsICryptoHash> hashService = in GetAssertion() local
512 srv = HashCString(hashService, rpId, rpIdHash); in GetAssertion()
542 srv = HashCString(hashService, clientDataJSON, clientDataHash); in GetAssertion()
611 HashCString(hashService, NS_ConvertUTF16toUTF8(appId), appIdHash); in GetAssertion()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Domain/Runtime/
H A DFormRuntime.php156 protected $hashService; variable in TYPO3\\CMS\\Form\\Domain\\Runtime\\FormRuntime
181 …ublic function injectHashService(\TYPO3\CMS\Extbase\Security\Cryptography\HashService $hashService) argument
183 $this->hashService = $hashService;
273 … $serializedFormState = $this->hashService->validateAndStripHmac($serializedFormStateWithHmac);

12