Searched refs:hash_equals (Results 1 – 9 of 9) sorted by relevance
/plugin/authdiscourse/ |
H A D | auth.php | 37 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 D | PublicKey.php | 106 $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 D | PrivateKey.php | 406 $hashesMatch = hash_equals($lHash, $lHash2);
|
/plugin/authfacebook/lib/ |
H A D | polyfills.php | 29 function hash_equals($knownString, $userString) function
|
H A D | SignedRequest.php | 271 if (\hash_equals($hashedSig, $sig)) {
|
/plugin/twofactor/ |
H A D | GoogleAuthenticator.php | 239 if (function_exists('hash_equals')) { 240 return hash_equals($safeString, $userString);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 278 if (!hash_equals($hash->hash($source), $hmac)) {
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
H A D | JWT.php | 454 return \hash_equals($left, $right);
|
/plugin/issuelinks/services/ |
H A D | GitHub.service.php | 338 if (hash_equals($signature_local, $signature_github)) {
|