Searched refs:send_seq_no (Results 1 – 1 of 1) sorted by relevance
610 private $send_seq_no = 0; variable in phpseclib3\\Net\\SSH21952 $this->get_seq_no = $this->send_seq_no = 0;3533 $this->get_seq_no = $this->send_seq_no = 0;4373 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4376 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4398 $nonce = pack('N2', 0, $this->send_seq_no);4425 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4428 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4432 $this->send_seq_no++;