Searched refs:send_seq_no (Results 1 – 1 of 1) sorted by relevance
610 private $send_seq_no = 0; variable in phpseclib3\\Net\\SSH21957 $this->get_seq_no = $this->send_seq_no = 0;3562 $this->get_seq_no = $this->send_seq_no = 0;4440 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4443 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4465 $nonce = pack('N2', 0, $this->send_seq_no);4492 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));4495 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet));4499 $this->send_seq_no++;