Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php556 private $hmac_size = false; variable in phpseclib3\\Net\\SSH2
2055 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2061 $this->hmac_size = 0;
3382 $this->hmac_size = false;
3562 $hmac = stream_get_contents($this->fsock, $this->hmac_size);
3563 if ($hmac === false || strlen($hmac) != $this->hmac_size) {