Home
last modified time | relevance | path

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

/plugin/authdrupal7/
H A Dauth.php88 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
104 protected function _hash_password($pass, $hashedpw) { function in auth_plugin_authdrupal7
/plugin/authdrupal8/
H A Dauth.php84 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
100 protected function _hash_password($pass, $hashedpw) {
111 protected function _hash_password($pass, $hashedpw) { global() function in auth_plugin_authdrupal8