Home
last modified time | relevance | path

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

/plugin/twofactor/
DGoogleAuthenticator.php143 if ($this->timingSafeEquals($calculatedCode, $code)) {
237 private function timingSafeEquals($safeString, $userString) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator