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
2083 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2089 $this->hmac_size = 0;
3530 $this->hmac_size = false;
3655 $hmac = Strings::pop($raw, $this->hmac_size);
3709 substr($packet->raw, 0, -$this->hmac_size);
3852 $packet->size += $this->hmac_size;