Searched refs:signature_format (Results 1 – 1 of 1) sorted by relevance
762 private $signature_format = ''; variable in phpseclib3\\Net\\SSH21900 $this->signature_format = substr($this->signature, 4, $temp['length']);1940 …if ($public_key_format != $expected_key_format || $this->signature_format != $server_host_key_algo…1942 case $this->signature_format == $server_host_key_algorithm:1944 case $this->signature_format != 'ssh-rsa':1946 …w \RuntimeException('Server Host Key Algorithm Mismatch (' . $this->signature_format . ' vs ' . $s…5222 'hostkey' => $this->signature_format,5396 $this->signature_format . ' ' . $server_public_host_key :5402 switch ($this->signature_format) {5409 switch ($this->signature_format) {[all …]