Home
last modified time | relevance | path

Searched refs:exchange_hash (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php591 private $exchange_hash = false; variable in phpseclib3\\Net\\SSH2
1870 $this->exchange_hash = Strings::packSSH2(
1878 $this->exchange_hash .= $exchange_hash_rfc4419;
1879 $this->exchange_hash .= Strings::packSSH2(
1886 $this->exchange_hash = $kexHash->hash($this->exchange_hash);
1889 $this->session_id = $this->exchange_hash;
1940 $iv = $kexHash->hash($keyBytes . $this->exchange_hash . 'A' . $this->session_id);
1942 $iv .= $kexHash->hash($keyBytes . $this->exchange_hash . $iv);
1950 … $nonce = $kexHash->hash($keyBytes . $this->exchange_hash . 'A' . $this->session_id);
1960 $key = $kexHash->hash($keyBytes . $this->exchange_hash . 'C' . $this->session_id);
[all …]