Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php795 private $signature_format = ''; variable in phpseclib3\\Net\\SSH2
1861 $this->signature_format = substr($this->signature, 4, $temp['length']);
1901 …if ($public_key_format != $expected_key_format || $this->signature_format != $server_host_key_algo…
1903 case $this->signature_format == $server_host_key_algorithm:
1905 case $this->signature_format != 'ssh-rsa':
4901 'hostkey' => $this->signature_format,
5047 $this->signature_format . ' ' . $server_public_host_key :
5053 switch ($this->signature_format) {
5060 switch ($this->signature_format) {
5090 switch ($this->signature_format) {
[all …]