Home
last modified time | relevance | path

Searched refs:hash_equals (Results 1 – 9 of 9) sorted by relevance

/plugin/authdiscourse/
H A Dauth.php37 if (!empty($mac) && hash_equals(hash_hmac('sha256', $prev_nonce, $this->sso_secret), $mac))
86 if (!hash_equals(hash_hmac('sha256', $sso, $this->sso_secret), $sig)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php106 $r1 = hash_equals($em, $em2);
113 $r2 = hash_equals($em, $em3);
219 return hash_equals($em, $em2);
266 return hash_equals($h, $h2);
H A DPrivateKey.php406 $hashesMatch = hash_equals($lHash, $lHash2);
/plugin/authfacebook/lib/
H A Dpolyfills.php29 function hash_equals($knownString, $userString) function
H A DSignedRequest.php271 if (\hash_equals($hashedSig, $sig)) {
/plugin/twofactor/
H A DGoogleAuthenticator.php239 if (function_exists('hash_equals')) {
240 return hash_equals($safeString, $userString);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php278 if (!hash_equals($hash->hash($source), $hmac)) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php454 return \hash_equals($left, $right);
/plugin/issuelinks/services/
H A DGitHub.service.php338 if (hash_equals($signature_local, $signature_github)) {