Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2873 if (!$this->isAuthenticated()) {
3031 if (!$this->isAuthenticated()) {
3188 if (!$this->isAuthenticated()) {
3250 if (!$this->isAuthenticated()) {
3427 public function isAuthenticated() function in phpseclib3\\Net\\SSH2
3460 return $this->isAuthenticated() && $this->is_channel_status_data($channel);
3484 if (!$this->isAuthenticated()) {
3741 if (!$this->isAuthenticated()) {
3924 …if (($this->bitmap & self::MASK_CONNECTED) && !$this->isAuthenticated() && ord($payload[0]) == NET…
3931 if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) {
[all …]