Lines Matching defs:clear
952 * @param string $password The new password in clear text
1333 * @param string $clear The clear text password
1338 function auth_cryptPassword($clear, $method = '', $salt = null)
1342 if ($clear === null) {
1356 return $pass->$call($clear, $salt);
1362 * @param string $clear The clear text password
1369 function auth_verifyPassword($clear, $crypt)
1376 return $pass->verify_hash($clear, $crypt);