Searched refs:array_intersect_first (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 1725 …$decrypt = self::array_intersect_first($s2c_encryption_algorithms, $this->encryption_algorithms_se… 1731 …$encrypt = self::array_intersect_first($c2s_encryption_algorithms, $this->encryption_algorithms_cl… 1738 $this->kex_algorithm = self::array_intersect_first($kex_algorithms, $this->kex_algorithms); 1744 …$server_host_key_algorithm = self::array_intersect_first($server_host_key_algorithms, $this->serve… 1750 …$mac_algorithm_out = self::array_intersect_first($c2s_mac_algorithms, $this->mac_algorithms_client… 1756 …$mac_algorithm_in = self::array_intersect_first($s2c_mac_algorithms, $this->mac_algorithms_server_… 1768 …$compression_algorithm_in = self::array_intersect_first($s2c_compression_algorithms, $this->compre… 1775 …$compression_algorithm_out = self::array_intersect_first($c2s_compression_algorithms, $this->compr… 2693 $algo = self::array_intersect_first($algos, $this->supported_private_key_algorithms); 4836 private static function array_intersect_first(array $array1, array $array2) function in phpseclib3\\Net\\SSH2
|