Home
last modified time | relevance | path

Searched refs:hmac_size (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php521 private $hmac_size = false; variable in phpseclib3\\Net\\SSH2
2088 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2094 $this->hmac_size = 0;
3559 $this->hmac_size = false;
3684 $hmac = Strings::pop($raw, $this->hmac_size);
3738 substr($packet->raw, 0, -$this->hmac_size);
3880 $packet->size += $this->hmac_size;