Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A DPassHash.test.php39 $this->assertTrue($ph->verify_hash('P4zzW0rd!', $known));
/dokuwiki/inc/
H A DPassHash.php32 public function verify_hash($clear, $hash) function in dokuwiki\\PassHash
H A Dauth.php1377 return $pass->verify_hash($clear, $crypt);
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php144 return $passhash->verify_hash($pass, $userdata['hash']);