Home
last modified time | relevance | path

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

/plugin/authwordpress/
Dclass-phpass.php247 function CheckPassword($password, $stored_hash) function in PasswordHash
Dauth.php150 $check = $hasher->CheckPassword(addslashes($pass), $data['pass']);