Searched refs:array_intersect_first (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 1730 …$decrypt = self::array_intersect_first($s2c_encryption_algorithms, $this->encryption_algorithms_se… 1736 …$encrypt = self::array_intersect_first($c2s_encryption_algorithms, $this->encryption_algorithms_cl… 1743 $this->kex_algorithm = self::array_intersect_first($kex_algorithms, $this->kex_algorithms); 1749 …$server_host_key_algorithm = self::array_intersect_first($server_host_key_algorithms, $this->serve… 1755 …$mac_algorithm_out = self::array_intersect_first($c2s_mac_algorithms, $this->mac_algorithms_client… 1761 …$mac_algorithm_in = self::array_intersect_first($s2c_mac_algorithms, $this->mac_algorithms_server_… 1773 …$compression_algorithm_in = self::array_intersect_first($s2c_compression_algorithms, $this->compre… 1780 …$compression_algorithm_out = self::array_intersect_first($c2s_compression_algorithms, $this->compr… 2698 $algo = self::array_intersect_first($algos, $this->supported_private_key_algorithms); 4900 private static function array_intersect_first(array $array1, array $array2) function in phpseclib3\\Net\\SSH2
|