Searched refs:send_seq_no (Results 1 – 1 of 1) sorted by relevance
649 private $send_seq_no = 0; variable in phpseclib3\\Net\\SSH23385 $this->get_seq_no = $this->send_seq_no = 0;4220 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4223 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4245 $nonce = pack('N2', 0, $this->send_seq_no);4272 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4275 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4279 $this->send_seq_no++;