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