Searched refs:pwd (Results 1 – 3 of 3) sorted by relevance
31 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument35 $pass = md5($pwd);
136 * @param string $pwd142 public function createUser($user, $pwd, $name, $mail, $grps = null) argument153 $pass = auth_cryptPassword($pwd);172 return $pwd;
188 private $pwd = false; variable in phpseclib3\\Net\\SFTP536 if ($this->pwd === false) {701 $this->pwd = true;703 $this->pwd = $this->realpath('.');713 $this->update_stat_cache($this->pwd, []);788 public function pwd() function in phpseclib3\\Net\\SFTP794 return $this->pwd;840 if ($this->pwd === true) {844 $path = $this->pwd . '/' . $path;868 if ($this->pwd === true) {[all …]