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.php2878 if (!$this->isAuthenticated()) {
3039 if (!$this->isAuthenticated()) {
3196 if (!$this->isAuthenticated()) {
3258 if (!$this->isAuthenticated()) {
3456 public function isAuthenticated() function in phpseclib3\\Net\\SSH2
3489 return $this->isAuthenticated() && $this->is_channel_status_data($channel);
3513 if (!$this->isAuthenticated()) {
3770 if (!$this->isAuthenticated()) {
3978 …if (($this->bitmap & self::MASK_CONNECTED) && !$this->isAuthenticated() && ord($payload[0]) == NET…
3985 if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) {
[all …]