Searched refs:get_seq_no (Results 1 – 1 of 1) sorted by relevance
620 private $get_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;3676 $this->decrypt->setNonce(pack('N2', 0, $this->get_seq_no));3711 $this->hmac_check->setNonce("\0\0\0\0" . pack('N', $this->get_seq_no));3717 … if ($hmac != $this->hmac_check->hash(pack('Na*', $this->get_seq_no, $reconstructed))) {3776 $this->get_seq_no++;3816 $this->lengthDecrypt->setNonce(pack('N2', 0, $this->get_seq_no));