Searched refs:supported_private_key_algorithms (Results 1 – 1 of 1) sorted by relevance
286 private $supported_private_key_algorithms = false; variable in phpseclib3\\Net\\SSH21720 $this->supported_private_key_algorithms = $this->server_host_key_algorithms;2666 $orig_algorithms = $this->supported_private_key_algorithms;2671 $this->supported_private_key_algorithms = $orig_algorithms;2698 $algo = self::array_intersect_first($algos, $this->supported_private_key_algorithms);2772 …$this->supported_private_key_algorithms = array_diff($this->supported_private_key_algorithms, ['rs…3951 $this->supported_private_key_algorithms = explode(',', $extension_value);