Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php108 const MASK_LOGIN = 0x00000008; define in phpseclib3\\Net\\SSH2
2410 $this->bitmap |= self::MASK_LOGIN;
2432 $this->bitmap |= self::MASK_LOGIN;
2488 $this->bitmap |= self::MASK_LOGIN;
2495 $this->bitmap |= self::MASK_LOGIN;
2746 $this->bitmap |= self::MASK_LOGIN;
2773 $this->bitmap |= self::MASK_LOGIN;
3310 return (bool) ($this->bitmap & self::MASK_LOGIN);
3667 …rithm_candidate($this->decrypt ? $this->decryptName : '') && !($this->bitmap & SSH2::MASK_LOGIN)) {
H A DSFTP.php527 if (!($this->bitmap & SSH2::MASK_LOGIN)) {
3494 if (!($this->bitmap & SSH2::MASK_LOGIN)) {