Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php141 return $passhash->verify_hash($pass, $userdata['hash']);
/dokuwiki/inc/
H A DPassHash.php32 public function verify_hash($clear, $hash)
805 * verify_hash() method. It should be used to create signatures and might be used in other
30 public function verify_hash($clear, $hash) { global() function in dokuwiki\\PassHash
H A Dauth.php1341 return $pass->verify_hash($clear, $crypt);