Home
last modified time | relevance | path

Searched refs:compareHash (Results 1 – 17 of 17) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php343 $compareHash = explode('|', $userHash);
344 …if (!$compareHash || !$compareHash[1] || $compareHash[0] < time() || !hash_equals($compareHash[0],…
346 } elseif (strlen($compareHash[1]) === 40) {
347 $hashEquals = hash_equals($compareHash[1], GeneralUtility::hmac((string)$hash[1]));
350 $hashEquals = hash_equals($compareHash[1], md5($hash[1]));
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Controller/
H A DFrontendLoginController.php368 $compareHash = explode('|', $userHash);
369 …if (!$compareHash || !$compareHash[1] || $compareHash[0] < time() || !hash_equals($compareHash[0],…
371 } elseif (strlen($compareHash[1]) === 40) {
372 $hashEquals = hash_equals($compareHash[1], GeneralUtility::hmac((string)$hash[1]));
375 $hashEquals = hash_equals($compareHash[1], md5($hash[1]));
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/library/
H A Dsort_events.hpp31 inline bool compareHash(const HashInvPosition& lhs, HashType rhs) in compareHash() function
H A Dsorter.hpp64 … sd.Hash_inv_pos.end(), hash, compareHash); in indirect_data_sorter_impl()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DHashStore.cpp274 nsAutoCString compareHash; in CheckChecksum() local
280 compareHash.SetLength(hash.Length()); in CheckChecksum()
290 rv = mInputStream->Read(compareHash.BeginWriting(), hash.Length(), &read); in CheckChecksum()
294 if (!hash.Equals(compareHash)) { in CheckChecksum()
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DHashStore.cpp274 nsAutoCString compareHash; in CheckChecksum() local
280 compareHash.SetLength(hash.Length()); in CheckChecksum()
290 rv = mInputStream->Read(compareHash.BeginWriting(), hash.Length(), &read); in CheckChecksum()
294 if (!hash.Equals(compareHash)) { in CheckChecksum()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DHashStore.cpp274 nsAutoCString compareHash; in CheckChecksum() local
280 compareHash.SetLength(hash.Length()); in CheckChecksum()
290 rv = mInputStream->Read(compareHash.BeginWriting(), hash.Length(), &read); in CheckChecksum()
294 if (!hash.Equals(compareHash)) { in CheckChecksum()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DHashStore.cpp274 nsAutoCString compareHash; in CheckChecksum() local
280 compareHash.SetLength(hash.Length()); in CheckChecksum()
290 rv = mInputStream->Read(compareHash.BeginWriting(), hash.Length(), &read); in CheckChecksum()
294 if (!hash.Equals(compareHash)) { in CheckChecksum()
/dports/net-p2p/torrentcheck/torrentcheck-1.00_1/
H A Dtorrentcheck.c266 int sha1Filter(char* compareHash) { in sha1Filter() argument
290 if (compareHash == NULL) return 0; in sha1Filter()
291 if (strcasecmp(hexHash,compareHash) == 0) return 0; in sha1Filter()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/www/firefox/firefox-99.0/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsIJumpListItem.idl92 boolean compareHash(in nsIURI uri);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DHashStore.cpp262 nsAutoCString compareHash; in CheckChecksum() local
269 compareHash.GetMutableData(&data, hash.Length()); in CheckChecksum()
283 if (!hash.Equals(compareHash)) { in CheckChecksum()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DHashStore.cpp261 nsAutoCString compareHash; in CheckChecksum() local
268 compareHash.GetMutableData(&data, hash.Length()); in CheckChecksum()
282 if (!hash.Equals(compareHash)) { in CheckChecksum()