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\\SSH21715 $this->supported_private_key_algorithms = $this->server_host_key_algorithms;2661 $orig_algorithms = $this->supported_private_key_algorithms;2666 $this->supported_private_key_algorithms = $orig_algorithms;2693 $algo = self::array_intersect_first($algos, $this->supported_private_key_algorithms);2767 …$this->supported_private_key_algorithms = array_diff($this->supported_private_key_algorithms, ['rs…3917 $this->supported_private_key_algorithms = explode(',', $extension_value);