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.php515 private $hmac_size = false;
2035 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2041 $this->hmac_size = 0;
3487 $this->hmac_size = false;
3677 $hmac = stream_get_contents($this->fsock, $this->hmac_size);
3678 if ($hmac === false || strlen($hmac) != $this->hmac_size) {
443 var $hmac_size = false; global() variable in phpseclib\\Net\\SSH2