Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php660 private $get_seq_no = 0; variable in phpseclib3\\Net\\SSH2
3385 $this->get_seq_no = $this->send_seq_no = 0;
3490 $nonce = pack('N2', 0, $this->get_seq_no);
3572 $this->hmac_check->setNonce("\0\0\0\0" . pack('N', $this->get_seq_no));
3578 … if ($hmac != $this->hmac_check->hash(pack('Na*', $this->get_seq_no, $reconstructed))) {
3622 $this->get_seq_no++;