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.php2835 if (!$this->isAuthenticated()) {
2993 if (!$this->isAuthenticated()) {
3150 if (!$this->isAuthenticated()) {
3211 if (!$this->isAuthenticated()) {
3386 public function isAuthenticated()
3419 return $this->isAuthenticated() && $this->is_channel_status_data($channel);
3443 if (!$this->isAuthenticated()) {
3702 if (!$this->isAuthenticated()) {
3851 if (($this->bitmap & self::MASK_CONNECTED) && !$this->isAuthenticated() && !is_bool($payload) && ord($payload[0]) == NET_SSH2_MSG_USERAUTH_BANNER) {
3858 if (($this->bitmap & self::MASK_CONNECTED) && $this->isAuthenticated()) {
3410 function isAuthenticated() global() function in phpseclib\\Net\\SSH2
[all...]