Lines Matching refs:pass
70 * @param string $pass Cleartext Password
83 * @param string $pass the clear text password
86 public function checkPass($user, $pass) { argument
89 return $this->_checkUserPassword( $entity, $pass );
93 return $this->_checkAdminPassword( $entity, $pass );
177 * @param string $pass
379 * @param string $pass the clear text password
381 protected function _checkUserPassword( $entity, $pass ) { argument
397 return $this->validateHash( $pass, $hash );
433 * @param string $pass the clear text password
435 protected function _checkAdminPassword( $entity, $pass ) { argument
451 return $this->validateHash( $pass, $hash );