Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php418 private $decryptName; variable in phpseclib3\\Net\\SSH2
2017 $this->decryptName = $decrypt;
3462 switch ($this->decryptName) {
3653 case $this->decryptName == 'aes128-gcm@openssh.com':
3654 case $this->decryptName == 'aes256-gcm@openssh.com':
3655 case $this->decryptName == 'chacha20-poly1305@openssh.com':
3667 …_key_size_fix && self::bad_algorithm_candidate($this->decrypt ? $this->decryptName : '') && !($thi…
4908 'crypt' => $this->decryptName,